6 references to ShowWindow
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1478PInvoke.ShowWindow(_dropDownHolder, SHOW_WINDOW_CMD.SW_SHOWNA);
System\Windows\Forms\Form.cs (4)
2215PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_SHOW); 2561PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_NORMAL); 2564PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_MAXIMIZE); 2567PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_MINIMIZE);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2127PInvoke.ShowWindow(this, SHOW_WINDOW_CMD.SW_HIDE);