21 references to NotifyAboutLostFocus
System.Windows.Forms (21)
System\Windows\Forms\Control.cs (1)
7806KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(toInvoke);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
15852KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(CurrentCell); 22048KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(dataGridViewCell); 27640KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(dataGridViewCell); 27722KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(dataGridViewCell); 28227KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(CurrentCell);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
2774KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 2798KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3779KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(listViewItem);
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1204KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(selectedTab); 1464KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
579KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 597KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 628KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
827KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 2531KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 3536KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
163KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(lastFocusedTool);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
756KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this); 1052KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(this);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1736KeyboardToolTipStateMachine.Instance.NotifyAboutLostFocus(treeNode);