4 references to SW_SHOW
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
4277return NativeMethods.SW_SHOW;
winforms\Managed\System\WinForms\Form.cs (3)
2348return NativeMethods.SW_SHOW; 2713SafeNativeMethods.ShowWindow(new HandleRef(this, Handle), NativeMethods.SW_SHOW); 6853case NativeMethods.SW_SHOW: