2 writes to DeviceContext
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (2)
91
DeviceContext
= deviceContext;
140
DeviceContext
= graphics;
3 references to DeviceContext
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (3)
146
HDC = HDC.IsNull ?
DeviceContext
.GetHdc() : HDC;
198
if (
DeviceContext
is not IGraphicsHdcProvider)
200
DeviceContext
?.ReleaseHdc();