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