3 writes to _themedLocation
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
572
_themedLocation
= ResourceDictionaryLocation.ExternalAssembly;
756
_themedLocation
= locations.ThemeDictionaryLocation;
761
_themedLocation
= ResourceDictionaryLocation.None;
2 references to _themedLocation
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
610
if (_preventReEnter || (
_themedLocation
== ResourceDictionaryLocation.None))
625
bool external = (
_themedLocation
== ResourceDictionaryLocation.ExternalAssembly);