Skip to main content
1 of 3
Paul Hoenecke
  • 5.1k
  • 1
  • 22
  • 20

You need to merge it into App.xaml like this:

<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Generic.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> 

If you are already doing that, you need to post your code to give more info.

Paul Hoenecke
  • 5.1k
  • 1
  • 22
  • 20