4 references to SW_SHOW
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
3434internal virtual SHOW_WINDOW_CMD ShowParams => SHOW_WINDOW_CMD.SW_SHOW;
System\Windows\Forms\Form.cs (3)
1884return SHOW_WINDOW_CMD.SW_SHOW; 2215PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_SHOW); 6520case SHOW_WINDOW_CMD.SW_SHOW: