5 references to None
System.Private.Windows.GdiPlus (2)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (2)
60applyGraphicsState ? ApplyGraphicsProperties.All : ApplyGraphicsProperties.None, 113bool needToApplyProperties = applyGraphicsState != ApplyGraphicsProperties.None;
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (1)
111using DeviceContextHdcScope hdc = _deviceContext.ToHdcScope(ApplyGraphicsProperties.None);
System\Windows\Forms\Rendering\TextRenderer.cs (2)
606return ApplyGraphicsProperties.None; 609var apply = ApplyGraphicsProperties.None;