2 references to BeginPaint
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (2)
9/// Helper to scope lifetime of an HDC retrieved via <see cref="PInvokeCore.BeginPaint(HWND, out PAINTSTRUCT)"/> 31HDC = PInvokeCore.BeginPaint(hwnd, out _paintStruct);