3 writes to _themedLocation
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
578_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 762_themedLocation = locations.ThemeDictionaryLocation; 767_themedLocation = ResourceDictionaryLocation.None;
2 references to _themedLocation
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
616if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 631bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly);