3 references to SW_NORMAL
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
2561
PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.
SW_NORMAL
);
6518
case SHOW_WINDOW_CMD.
SW_NORMAL
:
System\Windows\Forms\Help\Help.cs (1)
217
PInvoke.ShellExecute(handle.Handle, lpOperation: null, executable ?? fileName, executable is not null ? fileName : null, lpDirectory: null, SHOW_WINDOW_CMD.
SW_NORMAL
);