20 references to ResourceDictionaryLocation
PresentationFramework (18)
src\Framework\OtherAssemblyAttrs.cs (2)
50[assembly:System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
src\Framework\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; 1023private ResourceDictionaryLocation _genericLocation; 1024private ResourceDictionaryLocation _themedLocation;
src\Framework\System\Windows\ThemeInfoAttribute.cs (6)
24public ThemeInfoAttribute(ResourceDictionaryLocation themeDictionaryLocation, ResourceDictionaryLocation genericDictionaryLocation) 33public ResourceDictionaryLocation ThemeDictionaryLocation 44public ResourceDictionaryLocation GenericDictionaryLocation 57private ResourceDictionaryLocation _themeDictionaryLocation; 58private ResourceDictionaryLocation _genericDictionaryLocation;
System.Activities.Presentation (2)
System.Activities.Presentation\AssemblyInfo.cs (2)
24[assembly: ThemeInfo(ResourceDictionaryLocation.SourceAssembly, ResourceDictionaryLocation.SourceAssembly)]