3 instantiations of ThemeInfoAttribute
PresentationFramework (1)
OtherAssemblyAttrs.cs (1)
52[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)
10[assembly: ThemeInfo(
5 references to ThemeInfoAttribute
PresentationFramework (5)
System\Windows\SystemResources.cs (2)
746ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(_assembly);
System\Windows\ThemeInfoAttribute.cs (3)
48internal static ThemeInfoAttribute FromAssembly(Assembly assembly) 50return Attribute.GetCustomAttribute(assembly, typeof(ThemeInfoAttribute)) as ThemeInfoAttribute;