4 references to UpdateWindow
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1445
PInvoke.
UpdateWindow
(c.hwndFound);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
59
PInvoke.
UpdateWindow
(msg.hwnd);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.UpdateWindow.cs (2)
8
/// <inheritdoc cref="
UpdateWindow
(HWND)"/>
11
BOOL result =
UpdateWindow
(hWnd.Handle);