22 references to ResourceDictionaryLocation
PresentationFramework (18)
OtherAssemblyAttrs.cs (2)
58[assembly:System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
System\Windows\SystemResources.cs (10)
575_genericLocation = ResourceDictionaryLocation.None; 578_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 616if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 631bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly); 705if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 719if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly) 767_themedLocation = ResourceDictionaryLocation.None; 768_genericLocation = ResourceDictionaryLocation.None; 1001private ResourceDictionaryLocation _genericLocation; 1002private ResourceDictionaryLocation _themedLocation;
System\Windows\ThemeInfoAttribute.cs (6)
23public ThemeInfoAttribute(ResourceDictionaryLocation themeDictionaryLocation, ResourceDictionaryLocation genericDictionaryLocation) 32public ResourceDictionaryLocation ThemeDictionaryLocation 43public ResourceDictionaryLocation GenericDictionaryLocation 56private ResourceDictionaryLocation _themeDictionaryLocation; 57private ResourceDictionaryLocation _genericDictionaryLocation;
PresentationUI (2)
OtherAssemblyAttrs.cs (2)
15[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.SourceAssembly, System.Windows.ResourceDictionaryLocation.SourceAssembly)]
System.Windows.Controls.Ribbon (2)
AssemblyAttrs.cs (2)
14ResourceDictionaryLocation.SourceAssembly, 16ResourceDictionaryLocation.SourceAssembly)]