2 instantiations of ThemeInfoAttribute
PresentationFramework (1)
src\Framework\OtherAssemblyAttrs.cs (1)
50
[assembly:System.Windows.
ThemeInfoAttribute
(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
System.Activities.Presentation (1)
System.Activities.Presentation\AssemblyInfo.cs (1)
24
[assembly:
ThemeInfo
(ResourceDictionaryLocation.SourceAssembly, ResourceDictionaryLocation.SourceAssembly)]
5 references to ThemeInfoAttribute
PresentationFramework (5)
src\Framework\System\Windows\SystemResources.cs (2)
759
ThemeInfoAttribute
locations =
ThemeInfoAttribute
.FromAssembly(_assembly);
src\Framework\System\Windows\ThemeInfoAttribute.cs (3)
52
internal static
ThemeInfoAttribute
FromAssembly(Assembly assembly)
54
return Attribute.GetCustomAttribute(assembly, typeof(
ThemeInfoAttribute
)) as
ThemeInfoAttribute
;