15 references to Unhook
System.Windows.Forms (15)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
17105KeyboardToolTipStateMachine.Instance.Unhook(dataGridViewRow.Cells[columnIndex], KeyboardToolTip); 17233KeyboardToolTipStateMachine.Instance.Unhook(cell, KeyboardToolTip);
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3774KeyboardToolTipStateMachine.Instance.Unhook(listViewItem, KeyboardToolTip); 6334KeyboardToolTipStateMachine.Instance.Unhook(listViewItem, KeyboardToolTip);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1171KeyboardToolTipStateMachine.Instance.Unhook(this, _listView.KeyboardToolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1634KeyboardToolTipStateMachine.Instance.Unhook(item, internalToolTip); 4689KeyboardToolTipStateMachine.Instance.Unhook(item, ToolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
884KeyboardToolTipStateMachine.Instance.Unhook(ControlInternal, toolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
89KeyboardToolTipStateMachine.Instance.Unhook(_dropDown, _hookedKeyboardTooltip); 359KeyboardToolTipStateMachine.Instance.Unhook(_dropDown, _hookedKeyboardTooltip); 756KeyboardToolTipStateMachine.Instance.Unhook(_dropDown, toolTip);
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1977KeyboardToolTipStateMachine.Instance.Unhook(this, tv.KeyboardToolTip);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3138KeyboardToolTipStateMachine.Instance.Unhook(node, KeyboardToolTip);
System\Windows\Forms\ToolTip\ToolTip.cs (2)
648KeyboardToolTipStateMachine.Instance.Unhook(control, this); 1158KeyboardToolTipStateMachine.Instance.Unhook(control, toolTip: this);