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