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