How do I construct a pack URI to an image that is in a resource file?
I have an assembly called MyAssembly.Resources.dll, it has a folder called Ima
I described a component for using resx images in WPF in this blog post: http://wpfglue.wordpress.com/2012/05/31/localization-revisited/ . You will find more posts about using resx resources in WPF under http://wpfglue.wordpress.com/category/localization/
In these posts, I don't use pack uris, but markup extensions.