1 write to _paintStruct
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (1)
31
HDC = PInvokeCore.BeginPaint(hwnd, out
_paintStruct
);
2 references to _paintStruct
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (2)
27
public Rectangle PaintRectangle =>
_paintStruct
.rcPaint;
41
PInvokeCore.EndPaint(HWND,
_paintStruct
);