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