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