5 references to SW_HIDE
System.Windows.Forms (5)
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\Form.cs (1)
6545case SHOW_WINDOW_CMD.SW_HIDE:
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2127PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_HIDE);