Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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