11 references to RDW_FRAME
System.Windows.Forms (7)
System\Windows\Forms\Application.cs (1)
745
| REDRAW_WINDOW_FLAGS.
RDW_FRAME
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2135
| REDRAW_WINDOW_FLAGS.
RDW_FRAME
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1794
PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
559
PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1989
REDRAW_WINDOW_FLAGS.
RDW_FRAME
| REDRAW_WINDOW_FLAGS.RDW_INVALIDATE);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
133
| REDRAW_WINDOW_FLAGS.RDW_ERASENOW | REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
System\Windows\Forms\Form.cs (1)
6490
PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerFrame.cs (1)
91
PInvoke.RedrawWindow(_designer, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1055
PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
401
PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.
RDW_FRAME
);
413
PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.
RDW_FRAME
);