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