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)
60
applyGraphicsState ?
ApplyGraphicsProperties
.All :
ApplyGraphicsProperties
.None,
75
ApplyGraphicsProperties
applyGraphicsState,
113
bool 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"/>.
609
var
apply = ApplyGraphicsProperties.None;