3 writes to _genericLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
566
_genericLocation
= ResourceDictionaryLocation.None;
754
_genericLocation
= locations.GenericDictionaryLocation;
759
_genericLocation
= ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
696
if (_preventReEnter || (
_genericLocation
== ResourceDictionaryLocation.None))
710
if (
_genericLocation
== ResourceDictionaryLocation.ExternalAssembly)