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