3 writes to _themedLocation
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
578
_themedLocation
= ResourceDictionaryLocation.ExternalAssembly;
762
_themedLocation
= locations.ThemeDictionaryLocation;
767
_themedLocation
= ResourceDictionaryLocation.None;
2 references to _themedLocation
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
616
if (_preventReEnter || (
_themedLocation
== ResourceDictionaryLocation.None))
631
bool external = (
_themedLocation
== ResourceDictionaryLocation.ExternalAssembly);