i have a problem with Resource dictionaries and mergeddictionaries in general, especially when it comes to res开发者_如何学Pythonource-lookup performance. After some performance testing i found that R
I am creating a Resource Dictionary, where I reference all my converters, so there is no need to reference each individual converter.
I am using Silverlight 4 and trying to share some common styles (colors, brushes). My take was to put them into a \"Common.xaml\" Resource Dictionary and then use it in all other Resource Dictionaries
Helo! I create in my project a folder named \'Templates\'. In this folder I store all my DataTemplates declared in various ResourceDictionary files.
I have two libraries and a single application assembly project layout and I\'m wondering how can I reference styles by their key in one of my libraries that\'s defined in the开发者_运维百科 other.