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