4 references to SW_SHOWNOACTIVATE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (2)
2346return NativeMethods.SW_SHOWNOACTIVATE; 6855case NativeMethods.SW_SHOWNOACTIVATE:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
946return NativeMethods.SW_SHOWNOACTIVATE;
winforms\Managed\System\WinForms\ToolTip.cs (1)
354(windowControl.ShowParams & 0xF) != NativeMethods.SW_SHOWNOACTIVATE)