2 overrides of ShowParams
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
2327internal override int ShowParams {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
944internal override int ShowParams {
2 references to ShowParams
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
12131SafeNativeMethods.ShowWindow(new HandleRef(this, Handle), value ? ShowParams : NativeMethods.SW_HIDE);
winforms\Managed\System\WinForms\ToolTip.cs (1)
354(windowControl.ShowParams & 0xF) != NativeMethods.SW_SHOWNOACTIVATE)