3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
563
_genericLocation
= ResourceDictionaryLocation.None;
751
_genericLocation
= locations.GenericDictionaryLocation;
756
_genericLocation
= ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
693
if (_preventReEnter || (
_genericLocation
== ResourceDictionaryLocation.None))
707
if (
_genericLocation
== ResourceDictionaryLocation.ExternalAssembly)