Chaque fois que je crée une nouvelle application WPF ou bibliothèque de contrôle utilisateur WPF, le fichier AssemblyInfo.cs
inclut l'attribut suivant:
[assembly: ThemeInfo(
ResourceDictionaryLocation.None,
//where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly
//where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
À quoi sert cet attribut ThemeInfo
? Vais-je casser quelque chose si je le supprime?