7 references to RDW_FRAME
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (1)
802NativeMethods.RDW_FRAME |
winforms\Managed\System\WinForms\ComboBox.cs (1)
2296NativeMethods.RDW_FRAME | // Control.Invalidate(true) doesn't invalidate the non-client region
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)
739NativeMethods.RDW_FRAME);