You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
890 B

  1. using System.Windows;
  2. using System.Windows.Markup;
  3. [assembly: ThemeInfo(
  4. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  5. //(used if a resource is not found in the page,
  6. // or application resource dictionaries)
  7. ResourceDictionaryLocation.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. [assembly: XmlnsDefinition("http://BPAUIControl.io/winfx/xaml/toolkit", "BPA.UIControl")]
  12. [assembly: XmlnsDefinition("http://BPAUIControl.io/winfx/xaml/toolkit", "BPA.UIControl.Converters")]
  13. [assembly: XmlnsPrefix("http://BPAUIControl.io/winfx/xaml/toolkit", "bpa")]