3 writes to _genericLocation
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
575
_genericLocation
= ResourceDictionaryLocation.None;
763
_genericLocation
= locations.GenericDictionaryLocation;
768
_genericLocation
= ResourceDictionaryLocation.None;
2 references to _genericLocation
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
705
if (_preventReEnter || (
_genericLocation
== ResourceDictionaryLocation.None))
719
if (
_genericLocation
== ResourceDictionaryLocation.ExternalAssembly)