10 references to RDW_INVALIDATE
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Application.cs (1)
801
NativeMethods.
RDW_INVALIDATE
|
winforms\Managed\System\WinForms\ComboBox.cs (1)
2295
NativeMethods.
RDW_INVALIDATE
|
winforms\Managed\System\WinForms\Control.cs (3)
7220
NativeMethods.
RDW_INVALIDATE
|
7271
NativeMethods.
RDW_INVALIDATE
|
7316
NativeMethods.
RDW_INVALIDATE
|
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
);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
737
NativeMethods.
RDW_INVALIDATE
| NativeMethods.RDW_ERASE |