2 writes to DeviceContext
System.Private.Windows.GdiPlus (2)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (2)
91
DeviceContext
= deviceContext;
135
DeviceContext
= graphics;
3 references to DeviceContext
System.Private.Windows.GdiPlus (3)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (3)
141
HDC = HDC.IsNull ?
DeviceContext
.GetHdc() : HDC;
193
if (
DeviceContext
is not IGraphicsHdcProvider)
195
DeviceContext
?.ReleaseHdc();