50 references to REDRAW_WINDOW_FLAGS
System.Windows.Forms (41)
System\Windows\Forms\Application.cs (4)
898REDRAW_WINDOW_FLAGS.RDW_INVALIDATE 899| REDRAW_WINDOW_FLAGS.RDW_FRAME 900| REDRAW_WINDOW_FLAGS.RDW_ERASE 901| REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN);
System\Windows\Forms\Control.cs (9)
6139REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_ERASE | REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN); 6180REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_ERASE | REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN); 6228REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_ERASE | REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2205REDRAW_WINDOW_FLAGS.RDW_INVALIDATE 2206| REDRAW_WINDOW_FLAGS.RDW_FRAME 2207| REDRAW_WINDOW_FLAGS.RDW_ERASE 2208| REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
1794PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
588PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
1855flags: REDRAW_WINDOW_FLAGS.RDW_FRAME | REDRAW_WINDOW_FLAGS.RDW_INVALIDATE); 2979flags: REDRAW_WINDOW_FLAGS.RDW_FRAME | REDRAW_WINDOW_FLAGS.RDW_INVALIDATE);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1989REDRAW_WINDOW_FLAGS.RDW_FRAME | REDRAW_WINDOW_FLAGS.RDW_INVALIDATE);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (5)
132REDRAW_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)
6505PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Form.RevealMode.cs (7)
143/// paint of the whole tree (<see cref="REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN"/> plus 144/// <see cref="REDRAW_WINDOW_FLAGS.RDW_UPDATENOW"/>) into the still-cloaked redirection surface, 149/// <see cref="REDRAW_WINDOW_FLAGS.RDW_UPDATENOW"/> dispatches <c>WM_PAINT</c> synchronously, and 170REDRAW_WINDOW_FLAGS.RDW_INVALIDATE 171| REDRAW_WINDOW_FLAGS.RDW_ERASE 172| REDRAW_WINDOW_FLAGS.RDW_ALLCHILDREN 173| REDRAW_WINDOW_FLAGS.RDW_UPDATENOW);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerFrame.cs (1)
88PInvoke.RedrawWindow(_designer, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1052PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
401PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_FRAME); 413PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.Null, REDRAW_WINDOW_FLAGS.RDW_FRAME);
System.Windows.Forms.Primitives (5)
_generated\426\Windows.Win32.PInvoke.USER32.dll.g.cs (3)
2851 /// <inheritdoc cref="RedrawWindow(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.HRGN, winmdroot.Graphics.Gdi.REDRAW_WINDOW_FLAGS)"/> 2854 internal static unsafe winmdroot.Foundation.BOOL RedrawWindow([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT? lprcUpdate, [Optional] winmdroot.Graphics.Gdi.HRGN hrgnUpdate, winmdroot.Graphics.Gdi.REDRAW_WINDOW_FLAGS flags) 2876 internal static extern unsafe winmdroot.Foundation.BOOL RedrawWindow([Optional] winmdroot.Foundation.HWND hWnd, [Optional] winmdroot.Foundation.RECT* lprcUpdate, [Optional] 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)"/> 9public static unsafe BOOL RedrawWindow<T>(T hWnd, RECT* lprcUpdate, HRGN hrgnUpdate, REDRAW_WINDOW_FLAGS flags)