5 references to Show
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
12878
contextMenu.
Show
(sourceControl, client);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2268
ContextMenu.
Show
(this, client);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1548
((ContextMenu)menu).
Show
(this, new Point(rc.left, rc.bottom));
winforms\Managed\System\WinForms\TreeView.cs (1)
3396
treeNode.ContextMenu.
Show
(this, client);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1633
contextMenu.
Show
(this, client);