3 writes to _themedLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
565_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 749_themedLocation = locations.ThemeDictionaryLocation; 754_themedLocation = ResourceDictionaryLocation.None;
2 references to _themedLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
603if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 618bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly);