3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
569_genericLocation = ResourceDictionaryLocation.None; 757_genericLocation = locations.GenericDictionaryLocation; 762_genericLocation = ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
699if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 713if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)