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)
563
_genericLocation = ResourceDictionaryLocation.
None
;
604
if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.
None
))
693
if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.
None
))
755
_themedLocation = ResourceDictionaryLocation.
None
;
756
_genericLocation = ResourceDictionaryLocation.
None
;