3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
562
_genericLocation
= ResourceDictionaryLocation.None;
750
_genericLocation
= locations.GenericDictionaryLocation;
755
_genericLocation
= ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
692
if (_preventReEnter || (
_genericLocation
== ResourceDictionaryLocation.None))
706
if (
_genericLocation
== ResourceDictionaryLocation.ExternalAssembly)