Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

14 Zeilen
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")]