AssemblyInfo.cs 572 B

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