17 references to Unhook
System.Windows.Forms (15)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
17118
KeyboardToolTipStateMachine.Instance.
Unhook
(dataGridViewRow.Cells[columnIndex], KeyboardToolTip);
17246
KeyboardToolTipStateMachine.Instance.
Unhook
(cell, KeyboardToolTip);
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3790
KeyboardToolTipStateMachine.Instance.
Unhook
(listViewItem, KeyboardToolTip);
6411
KeyboardToolTipStateMachine.Instance.
Unhook
(listViewItem, KeyboardToolTip);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1171
KeyboardToolTipStateMachine.Instance.
Unhook
(this, _listView.KeyboardToolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1631
KeyboardToolTipStateMachine.Instance.
Unhook
(item, internalToolTip);
4694
KeyboardToolTipStateMachine.Instance.
Unhook
(item, ToolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
884
KeyboardToolTipStateMachine.Instance.
Unhook
(ControlInternal, toolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
89
KeyboardToolTipStateMachine.Instance.
Unhook
(_dropDown, _hookedKeyboardTooltip);
359
KeyboardToolTipStateMachine.Instance.
Unhook
(_dropDown, _hookedKeyboardTooltip);
756
KeyboardToolTipStateMachine.Instance.
Unhook
(_dropDown, toolTip);
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1978
KeyboardToolTipStateMachine.Instance.
Unhook
(this, tv.KeyboardToolTip);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3138
KeyboardToolTipStateMachine.Instance.
Unhook
(node, KeyboardToolTip);
System\Windows\Forms\ToolTip\ToolTip.cs (2)
648
KeyboardToolTipStateMachine.Instance.
Unhook
(control, this);
1158
KeyboardToolTipStateMachine.Instance.
Unhook
(control, toolTip: this);
System.Windows.Forms.Tests (2)
KeyboardTooltipStateMachineTests.cs (2)
39
KeyboardToolTipStateMachine.Instance.
Unhook
(keyboardToolTip, toolTip);
47
KeyboardToolTipStateMachine.Instance.
Unhook
(keyboardToolTip, toolTip);