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