6 references to ShowInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
11089
contextMenuStrip.
ShowInternal
(sourceControl, client, keyboardActivated);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
29997
contextMenuStrip.
ShowInternal
(this, client, keyboardActivated);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2060
ContextMenuStrip.
ShowInternal
(this, client, keyboardActivated);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
3117
menu.
ShowInternal
(this, PointToClient(MousePosition), isKeyboardActivated: false);
3436
treeNode.ContextMenuStrip.
ShowInternal
(this, client, keyboardActivated);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
1365
contextMenuStrip.
ShowInternal
(this, client, keyboardActivated);