8 references to KeyboardToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
3278if (_toolTipControl.ToolTip == toolTip || KeyboardToolTip == toolTip) 10823KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCellNew, KeyboardToolTip); 11026KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, KeyboardToolTip); 17121KeyboardToolTipStateMachine.Instance.Unhook(dataGridViewRow.Cells[columnIndex], KeyboardToolTip); 17249KeyboardToolTipStateMachine.Instance.Unhook(cell, KeyboardToolTip); 22055if (KeyboardToolTip.IsActivatedByKeyboard)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
932if (DataGridView is not null && DataGridView.KeyboardToolTip is not null) 934KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, DataGridView.KeyboardToolTip);