1 write to HDC
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (1)
31
HDC
= PInvokeCore.BeginPaint(hwnd, out _paintStruct);
4 references to HDC
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (2)
35
public static implicit operator HDC(in BeginPaintScope scope) => scope.
HDC
;
39
if (!
HDC
.IsNull)
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11830
dc = paintScope!.
HDC
;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2324
using Graphics graphics = paintScope.
HDC
.CreateGraphics();