5 references to SW_HIDE
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
12131SafeNativeMethods.ShowWindow(new HandleRef(this, Handle), value ? ShowParams : NativeMethods.SW_HIDE);
winforms\Managed\System\WinForms\FontDialog.cs (2)
502SafeNativeMethods.ShowWindow(new HandleRef(null, hWndCtl), NativeMethods.SW_HIDE); 504SafeNativeMethods.ShowWindow(new HandleRef(null, hWndCtl), NativeMethods.SW_HIDE);
winforms\Managed\System\WinForms\Form.cs (1)
6872case NativeMethods.SW_HIDE:
winforms\Managed\System\WinForms\ToolTip.cs (1)
2372SafeNativeMethods.ShowWindow(new HandleRef(this, Handle), NativeMethods.SW_HIDE);