3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
563_genericLocation = ResourceDictionaryLocation.None; 751_genericLocation = locations.GenericDictionaryLocation; 756_genericLocation = ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
693if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 707if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)