3 writes to _genericLocation
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
575_genericLocation = ResourceDictionaryLocation.None; 763_genericLocation = locations.GenericDictionaryLocation; 768_genericLocation = ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
705if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 719if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)