6 references to None
PresentationFramework (6)
OtherAssemblyAttrs.cs (1)
53
[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.
None
)]
System\Windows\SystemResources.cs (5)
569
_genericLocation = ResourceDictionaryLocation.
None
;
610
if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.
None
))
699
if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.
None
))
761
_themedLocation = ResourceDictionaryLocation.
None
;
762
_genericLocation = ResourceDictionaryLocation.
None
;