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)
759ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(_assembly);
src\Framework\System\Windows\ThemeInfoAttribute.cs (3)
52internal static ThemeInfoAttribute FromAssembly(Assembly assembly) 54return Attribute.GetCustomAttribute(assembly, typeof(ThemeInfoAttribute)) as ThemeInfoAttribute;