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