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