Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

AssemblyInfo.cs 890 B

před 1 rokem
1234567891011121314
  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")]