39 references to REDRAW_WINDOW_FLAGS
System.Windows.Forms (30)
System\Windows\Forms\Application.cs (4)
744
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE
745
|
REDRAW_WINDOW_FLAGS
.RDW_FRAME
746
|
REDRAW_WINDOW_FLAGS
.RDW_ERASE
747
|
REDRAW_WINDOW_FLAGS
.RDW_ALLCHILDREN);
System\Windows\Forms\Control.cs (9)
5920
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE |
REDRAW_WINDOW_FLAGS
.RDW_ERASE |
REDRAW_WINDOW_FLAGS
.RDW_ALLCHILDREN);
5961
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE |
REDRAW_WINDOW_FLAGS
.RDW_ERASE |
REDRAW_WINDOW_FLAGS
.RDW_ALLCHILDREN);
6009
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE |
REDRAW_WINDOW_FLAGS
.RDW_ERASE |
REDRAW_WINDOW_FLAGS
.RDW_ALLCHILDREN);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2134
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE
2135
|
REDRAW_WINDOW_FLAGS
.RDW_FRAME
2136
|
REDRAW_WINDOW_FLAGS
.RDW_ERASE
2137
|
REDRAW_WINDOW_FLAGS
.RDW_ALLCHILDREN);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
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 (2)
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 (2)
1989
REDRAW_WINDOW_FLAGS
.RDW_FRAME |
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (5)
132
REDRAW_WINDOW_FLAGS
.RDW_INVALIDATE |
REDRAW_WINDOW_FLAGS
.RDW_ERASE |
REDRAW_WINDOW_FLAGS
.RDW_UPDATENOW
133
|
REDRAW_WINDOW_FLAGS
.RDW_ERASENOW |
REDRAW_WINDOW_FLAGS
.RDW_FRAME);
System\Windows\Forms\Form.cs (2)
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);
System.Windows.Forms.Primitives (5)
Windows.Win32.PInvoke.USER32.dll.g.cs (3)
2589
/// <inheritdoc cref="RedrawWindow(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.HRGN, winmdroot.Graphics.Gdi.
REDRAW_WINDOW_FLAGS
)"/>
2591
internal static unsafe winmdroot.Foundation.BOOL RedrawWindow(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.RECT? lprcUpdate, winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.
REDRAW_WINDOW_FLAGS
flags)
2613
internal static extern unsafe winmdroot.Foundation.BOOL RedrawWindow(winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lprcUpdate, winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.
REDRAW_WINDOW_FLAGS
flags);
Windows\Win32\PInvoke.RedrawWindow.cs (2)
8
/// <inheritdoc cref="RedrawWindow(HWND, RECT*, HRGN,
REDRAW_WINDOW_FLAGS
)"/>
9
public static unsafe BOOL RedrawWindow<T>(T hWnd, RECT* lprcUpdate, HRGN hrgnUpdate,
REDRAW_WINDOW_FLAGS
flags)