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