3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
566_genericLocation = ResourceDictionaryLocation.None; 754_genericLocation = locations.GenericDictionaryLocation; 759_genericLocation = ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
696if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 710if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)