3 writes to _themedLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
579_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 763_themedLocation = locations.ThemeDictionaryLocation; 768_themedLocation = ResourceDictionaryLocation.None;
2 references to _themedLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
617if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 632bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly);