6 references to None
PresentationFramework (6)
OtherAssemblyAttrs.cs (1)
52
[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.
None
)]
System\Windows\SystemResources.cs (5)
562
_genericLocation = ResourceDictionaryLocation.
None
;
603
if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.
None
))
692
if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.
None
))
754
_themedLocation = ResourceDictionaryLocation.
None
;
755
_genericLocation = ResourceDictionaryLocation.
None
;