4 instantiations of PAINTSTRUCT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3771
NativeMethods.PAINTSTRUCT ps = new NativeMethods.
PAINTSTRUCT
();
winforms\Managed\System\WinForms\Control.cs (1)
13661
NativeMethods.PAINTSTRUCT ps = new NativeMethods.
PAINTSTRUCT
();
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1065
NativeMethods.PAINTSTRUCT ps = new NativeMethods.
PAINTSTRUCT
();
winforms\Managed\System\WinForms\ToolTip.cs (1)
2598
NativeMethods.PAINTSTRUCT ps = new NativeMethods.
PAINTSTRUCT
();
8 references to PAINTSTRUCT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3771
NativeMethods.
PAINTSTRUCT
ps = new NativeMethods.PAINTSTRUCT();
winforms\Managed\System\WinForms\Control.cs (1)
13661
NativeMethods.
PAINTSTRUCT
ps = new NativeMethods.PAINTSTRUCT();
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1065
NativeMethods.
PAINTSTRUCT
ps = new NativeMethods.PAINTSTRUCT();
winforms\Managed\System\WinForms\ToolTip.cs (1)
2598
NativeMethods.
PAINTSTRUCT
ps = new NativeMethods.PAINTSTRUCT();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
1274
private static extern IntPtr IntBeginPaint(HandleRef hWnd, [In, Out] ref NativeMethods.
PAINTSTRUCT
lpPaint);
1275
public static IntPtr BeginPaint(HandleRef hWnd, [In, Out, MarshalAs(UnmanagedType.LPStruct)] ref NativeMethods.
PAINTSTRUCT
lpPaint) {
1281
private static extern bool IntEndPaint(HandleRef hWnd, ref NativeMethods.
PAINTSTRUCT
lpPaint);
1282
public static bool EndPaint(HandleRef hWnd, [In, MarshalAs(UnmanagedType.LPStruct)] ref NativeMethods.
PAINTSTRUCT
lpPaint) {