AssemblyInfo.cs 446 B

1234567891011
  1. using System.Windows;
  2. [assembly: ThemeInfo(ResourceDictionaryLocation.None,
  3. //where theme specific resource dictionaries are located
  4. //(used if a resource is not found in the
  5. // or application resource dictionaries)
  6. ResourceDictionaryLocation.SourceAssembly
  7. //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. )]