3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
562_genericLocation = ResourceDictionaryLocation.None; 750_genericLocation = locations.GenericDictionaryLocation; 755_genericLocation = ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
692if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 706if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)