7 references to ApplyGraphicsProperties
System.Private.Windows.Core (5)
System\Drawing\IGraphicsContextInfo.cs (1)
10(HDC hdc, int saveState) GetHdc(ApplyGraphicsProperties apply, bool alwaysSaveState);
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (4)
60applyGraphicsState ? ApplyGraphicsProperties.All : ApplyGraphicsProperties.None, 75ApplyGraphicsProperties applyGraphicsState, 113bool needToApplyProperties = applyGraphicsState != ApplyGraphicsProperties.None;
System.Windows.Forms (2)
System\Windows\Forms\Rendering\TextRenderer.cs (2)
600/// Gets the proper <see cref="ApplyGraphicsProperties"/> flags for the given <paramref name="textFormatFlags"/>. 609var apply = ApplyGraphicsProperties.None;