10 references to ShowWindow
System.Windows.Forms (10)
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 (4)
2713
SafeNativeMethods.
ShowWindow
(new HandleRef(this, Handle), NativeMethods.SW_SHOW);
2789
SafeNativeMethods.
ShowWindow
(new HandleRef(this, hWnd), NativeMethods.SW_NORMAL);
2792
SafeNativeMethods.
ShowWindow
(new HandleRef(this, hWnd), NativeMethods.SW_MAXIMIZE);
2795
SafeNativeMethods.
ShowWindow
(new HandleRef(this, hWnd), NativeMethods.SW_MINIMIZE);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1706
SafeNativeMethods.
ShowWindow
(new HandleRef(dropDownHolder, dropDownHolder.Handle), NativeMethods.SW_SHOWNA);
1737
SafeNativeMethods.
ShowWindow
(new HandleRef(dropDownHolder, dropDownHolder.Handle), NativeMethods.SW_SHOWNA);
winforms\Managed\System\WinForms\ToolTip.cs (1)
2372
SafeNativeMethods.
ShowWindow
(new HandleRef(this, Handle), NativeMethods.SW_HIDE);