22 references to ResourceDictionaryLocation
PresentationFramework (18)
OtherAssemblyAttrs.cs (2)
52[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
System\Windows\SystemResources.cs (10)
562_genericLocation = ResourceDictionaryLocation.None; 565_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 603if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 618bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly); 692if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 706if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly) 754_themedLocation = ResourceDictionaryLocation.None; 755_genericLocation = ResourceDictionaryLocation.None; 984private ResourceDictionaryLocation _genericLocation; 985private ResourceDictionaryLocation _themedLocation;
System\Windows\ThemeInfoAttribute.cs (6)
20public ThemeInfoAttribute(ResourceDictionaryLocation themeDictionaryLocation, ResourceDictionaryLocation genericDictionaryLocation) 29public ResourceDictionaryLocation ThemeDictionaryLocation 40public ResourceDictionaryLocation GenericDictionaryLocation 53private ResourceDictionaryLocation _themeDictionaryLocation; 54private 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)
12ResourceDictionaryLocation.SourceAssembly, 14ResourceDictionaryLocation.SourceAssembly)]