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; 616if (_preventReEnter || (_themedLocation == ResourceDictionaryLocation.None)) 705if (_preventReEnter || (_genericLocation == ResourceDictionaryLocation.None)) 767_themedLocation = ResourceDictionaryLocation.None; 768_genericLocation = ResourceDictionaryLocation.None;