Is it possible to add one resource dictionary into other one?
A snippet straight from a sketchflow project I am working on that shows how to merge resource dictionaries in xaml:
This shows merging two additional resource dictionaries into another resource dictionary.
(Note that the order can become important if you have default styles defined in more than one place as they will override each other)