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