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