There are a lot of samples around showing how to skin WPF applications using DynamicResources and ResourceDictionaries loaded dynamically from .xaml files.
My problem is that my skins use images and I would like to include the style definitions and the images in a single file, so that a user only needs to download this.
Any ideas how to accomplish this? Is there a way to pack multiple resources?