3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
576_genericLocation = ResourceDictionaryLocation.None; 764_genericLocation = locations.GenericDictionaryLocation; 769_genericLocation = ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
706if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 720if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)