4 references to BeginPaint
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3775
dc = UnsafeNativeMethods.
BeginPaint
(new HandleRef(this, Handle), ref ps);
winforms\Managed\System\WinForms\Control.cs (1)
13669
dc = UnsafeNativeMethods.
BeginPaint
(new HandleRef(this, hWnd), ref ps);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1066
IntPtr hdc = UnsafeNativeMethods.
BeginPaint
(new HandleRef(this, Handle), ref ps);
winforms\Managed\System\WinForms\ToolTip.cs (1)
2599
IntPtr dc = UnsafeNativeMethods.
BeginPaint
(new HandleRef(this,Handle),ref ps);