64 references to Instance
System.Windows.Forms (64)
System\Windows\Forms\Control.cs (3)
7777KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(toInvoke); 7942KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(toInvoke); 11741KeyboardToolTipStateMachine.Instance.NotifyAboutMouseEnter(this);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (12)
11243KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCellNew, KeyboardToolTip); 11445KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, KeyboardToolTip); 14980KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(CurrentCell); 15615KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(CurrentCell); 16258KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(CurrentCell); 17537KeyboardToolTipStateMachine.Instance.Unhook(dataGridViewRow.Cells[columnIndex], KeyboardToolTip); 17665KeyboardToolTipStateMachine.Instance.Unhook(cell, KeyboardToolTip); 22508KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(dataGridViewCell); 22512KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(dataGridViewCell); 28122KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(dataGridViewCell); 28204KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(dataGridViewCell); 28709KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(CurrentCell);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
950KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, DataGridView.KeyboardToolTip); 2799KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 2823KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ListView\ListView.cs (5)
3839KeyboardToolTipStateMachine.Instance.Hook(listViewItem, KeyboardToolTip); 3842KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(listViewItem); 3850KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(listViewItem); 3856KeyboardToolTipStateMachine.Instance.Unhook(listViewItem, KeyboardToolTip); 6424KeyboardToolTipStateMachine.Instance.Unhook(listViewItem, KeyboardToolTip);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (2)
1009KeyboardToolTipStateMachine.Instance.Hook(this, _listView!.KeyboardToolTip); 1171KeyboardToolTipStateMachine.Instance.Unhook(this, _listView.KeyboardToolTip);
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
1200KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(selectedTab); 1204KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(selectedTab); 1450KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1691KeyboardToolTipStateMachine.Instance.Hook(item, internalToolTip); 1695KeyboardToolTipStateMachine.Instance.Unhook(item, internalToolTip); 4798KeyboardToolTipStateMachine.Instance.Hook(item, ToolTip); 4804KeyboardToolTipStateMachine.Instance.Unhook(item, ToolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
877KeyboardToolTipStateMachine.Instance.Hook(ControlInternal, toolTip); 884KeyboardToolTipStateMachine.Instance.Unhook(ControlInternal, toolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1371KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(itemOnPreviousMenuToSelect);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (8)
89KeyboardToolTipStateMachine.Instance.Unhook(_dropDown, _hookedKeyboardTooltip); 103KeyboardToolTipStateMachine.Instance.Hook(_dropDown, _hookedKeyboardTooltip); 359KeyboardToolTipStateMachine.Instance.Unhook(_dropDown, _hookedKeyboardTooltip); 579KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 597KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 628KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 746KeyboardToolTipStateMachine.Instance.Hook(_dropDown, toolTip); 756KeyboardToolTipStateMachine.Instance.Unhook(_dropDown, toolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
829KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 2509KeyboardToolTipStateMachine.Instance.NotifyAboutMouseEnter(this); 2550KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 3192KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(this); 3586KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (3)
167IKeyboardToolTip? lastFocusedTool = KeyboardToolTipStateMachine.Instance.LastFocusedTool; 171KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(lastFocusedTool); 220KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(tool);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
761KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 1060KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1977KeyboardToolTipStateMachine.Instance.Unhook(this, tv.KeyboardToolTip);
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (2)
316KeyboardToolTipStateMachine.Instance.Hook(treeNode, tv.KeyboardToolTip); 452KeyboardToolTipStateMachine.Instance.Hook(treeNode, tv.KeyboardToolTip);
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
1730KeyboardToolTipStateMachine.Instance.NotifyAboutGotFocus(treeNode); 1738KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(treeNode); 3138KeyboardToolTipStateMachine.Instance.Unhook(node, KeyboardToolTip);
System\Windows\Forms\ToolTip\ToolTip.cs (5)
640KeyboardToolTipStateMachine.Instance.Hook(control, this); 648KeyboardToolTipStateMachine.Instance.Unhook(control, this); 1158KeyboardToolTipStateMachine.Instance.Unhook(control, toolTip: this); 1167KeyboardToolTipStateMachine.Instance.ResetStateMachine(this); 1778KeyboardToolTipStateMachine.Instance.NotifyAboutFormDeactivation(this);