3 instantiations of ThemeInfoAttribute
PresentationFramework (1)
OtherAssemblyAttrs.cs (1)
53[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
PresentationUI (1)
OtherAssemblyAttrs.cs (1)
11[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.SourceAssembly, System.Windows.ResourceDictionaryLocation.SourceAssembly)]
System.Windows.Controls.Ribbon (1)
AssemblyAttrs.cs (1)
11[assembly: ThemeInfo(
5 references to ThemeInfoAttribute
PresentationFramework (5)
System\Windows\SystemResources.cs (2)
753ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(_assembly);
System\Windows\ThemeInfoAttribute.cs (3)
49internal static ThemeInfoAttribute FromAssembly(Assembly assembly) 51return Attribute.GetCustomAttribute(assembly, typeof(ThemeInfoAttribute)) as ThemeInfoAttribute;