3 writes to _themedLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
569
_themedLocation
= ResourceDictionaryLocation.ExternalAssembly;
753
_themedLocation
= locations.ThemeDictionaryLocation;
758
_themedLocation
= ResourceDictionaryLocation.None;
2 references to _themedLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
607
if (_preventReEnter || (
_themedLocation
== ResourceDictionaryLocation.None))
622
bool external = (
_themedLocation
== ResourceDictionaryLocation.ExternalAssembly);