8 references to RedrawWindow
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Application.cs (1)
799SafeNativeMethods.RedrawWindow(new HandleRef(null, handle),
winforms\Managed\System\WinForms\ComboBox.cs (1)
2293SafeNativeMethods.RedrawWindow(new HandleRef(this, Handle),
winforms\Managed\System\WinForms\Control.cs (2)
7218SafeNativeMethods.RedrawWindow(new HandleRef(this, Handle), 7269SafeNativeMethods.RedrawWindow(new HandleRef(window, Handle),
winforms\Managed\System\WinForms\Form.cs (1)
6830SafeNativeMethods.RedrawWindow(new HandleRef(this, Handle), null, NativeMethods.NullHandleRef, NativeMethods.RDW_INVALIDATE | NativeMethods.RDW_FRAME);
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2007SafeNativeMethods.RedrawWindow(new HandleRef(this, this.Handle), null, NativeMethods.NullHandleRef, NativeMethods.RDW_INVALIDATE | NativeMethods.RDW_FRAME);
winforms\Managed\System\WinForms\TextBox.cs (1)
608SafeNativeMethods.RedrawWindow(new HandleRef(this, this.Handle), null, NativeMethods.NullHandleRef, NativeMethods.RDW_INVALIDATE | NativeMethods.RDW_FRAME);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2234SafeNativeMethods.RedrawWindow(activeHwndHandleRef, null, NativeMethods.NullHandleRef, NativeMethods.RDW_FRAME | NativeMethods.RDW_INVALIDATE);