4 references to PAINTSTRUCT
WindowsBase (4)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (4)
1603
private static extern IntPtr IntBeginPaint(HandleRef hWnd, [In, Out] ref NativeMethods.
PAINTSTRUCT
lpPaint);
1609
public static IntPtr BeginPaint(HandleRef hWnd, [In, Out, MarshalAs(UnmanagedType.LPStruct)] ref NativeMethods.
PAINTSTRUCT
lpPaint) {
1619
private static extern bool IntEndPaint(HandleRef hWnd, ref NativeMethods.
PAINTSTRUCT
lpPaint);
1625
public static bool EndPaint(HandleRef hWnd, [In, MarshalAs(UnmanagedType.LPStruct)] ref NativeMethods.
PAINTSTRUCT
lpPaint) {