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