3 references to SW_NORMAL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
2789
SafeNativeMethods.ShowWindow(new HandleRef(this, hWnd), NativeMethods.
SW_NORMAL
);
6851
case NativeMethods.
SW_NORMAL
:
winforms\Managed\System\WinForms\Help.cs (1)
323
UnsafeNativeMethods.ShellExecute_NoBFM(handle, null, file.ToString(), null, null, NativeMethods.
SW_NORMAL
);