22 references to ResourceDictionaryLocation
PresentationFramework (18)
OtherAssemblyAttrs.cs (2)
53[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
System\Windows\SystemResources.cs (10)
563_genericLocation = ResourceDictionaryLocation.None; 566_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 604if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 619bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly); 693if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 707if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly) 755_themedLocation = ResourceDictionaryLocation.None; 756_genericLocation = ResourceDictionaryLocation.None; 985private ResourceDictionaryLocation _genericLocation; 986private ResourceDictionaryLocation _themedLocation;
System\Windows\ThemeInfoAttribute.cs (6)
21public ThemeInfoAttribute(ResourceDictionaryLocation themeDictionaryLocation, ResourceDictionaryLocation genericDictionaryLocation) 30public ResourceDictionaryLocation ThemeDictionaryLocation 41public ResourceDictionaryLocation GenericDictionaryLocation 54private ResourceDictionaryLocation _themeDictionaryLocation; 55private ResourceDictionaryLocation _genericDictionaryLocation;
PresentationUI (2)
OtherAssemblyAttrs.cs (2)
11[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.SourceAssembly, System.Windows.ResourceDictionaryLocation.SourceAssembly)]
System.Windows.Controls.Ribbon (2)
AssemblyAttrs.cs (2)
13ResourceDictionaryLocation.SourceAssembly, 15ResourceDictionaryLocation.SourceAssembly)]