Notes
1using System.Windows;
2
3[assembly: ThemeInfo(
4ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
5//(used if a resource is not found in the page,
6// or application resource dictionaries)
7ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
8//(used if a resource is not found in the page,
9// app, or any theme specific resource dictionaries)
10)]
11