6 references to None
PresentationFramework (6)
src\Framework\OtherAssemblyAttrs.cs (1)
50
[assembly:System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.
None
)]
src\Framework\System\Windows\SystemResources.cs (5)
575
_genericLocation = ResourceDictionaryLocation.
None
;
616
if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.
None
))
705
if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.
None
))
767
_themedLocation = ResourceDictionaryLocation.
None
;
768
_genericLocation = ResourceDictionaryLocation.
None
;