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)
706
if (_preventReEnter || (
_genericLocation
== ResourceDictionaryLocation.None))
720
if (
_genericLocation
== ResourceDictionaryLocation.ExternalAssembly)