1 write to HDC
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (1)
31HDC = PInvokeCore.BeginPaint(hwnd, out _paintStruct);
2 references to HDC
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (2)
35public static implicit operator HDC(in BeginPaintScope scope) => scope.HDC; 39if (!HDC.IsNull)