5 references to ShowWindow
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
10436
PInvoke.
ShowWindow
(HWND, value ? ShowParams : SHOW_WINDOW_CMD.SW_HIDE);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
347
PInvoke.
ShowWindow
(hWndCtl, SHOW_WINDOW_CMD.SW_HIDE);
349
PInvoke.
ShowWindow
(hWndCtl, SHOW_WINDOW_CMD.SW_HIDE);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.ShowWindow.cs (2)
8
/// <inheritdoc cref="
ShowWindow
(HWND, SHOW_WINDOW_CMD)"/>
11
BOOL result =
ShowWindow
(hWnd.Handle, nCmdShow);