Can you define a ResourceDictionary.MergedDictionary together with other (local) resources in <Wind
- by Jeremy Holt
I would like to refer to a MergedDictionary together with locally declared resources in my Windows.Resources. However, I'm getting this error:
"All objects added to an IDictionary
must have a Key attribute or some
other type of key associated with
them."
Is it possible to mix local resources together with imported resources in the same…