6 references to ShowInternal
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
12881contextMenuStrip.ShowInternal(sourceControl, client, keyboardActivated);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29901contextMenuStrip.ShowInternal(this, client, keyboardActivated);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2271ContextMenuStrip.ShowInternal(this, client, keyboardActivated);
winforms\Managed\System\WinForms\TreeView.cs (2)
3114menu.ShowInternal(this, PointToClient(MousePosition),/*keyboardActivated*/false); 3400treeNode.ContextMenuStrip.ShowInternal(this, client, keyboardActivated);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1631contextMenuStrip.ShowInternal(this, client, keyboardActivated);