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