8 references to KeyboardToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
3334if (_toolTipControl.ToolTip == toolTip || KeyboardToolTip == toolTip) 10879KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCellNew, KeyboardToolTip); 11082KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, KeyboardToolTip); 17180KeyboardToolTipStateMachine.Instance.Unhook(dataGridViewRow.Cells[columnIndex], KeyboardToolTip); 17308KeyboardToolTipStateMachine.Instance.Unhook(cell, KeyboardToolTip); 22119if (KeyboardToolTip.IsActivatedByKeyboard)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
924if (DataGridView is not null && DataGridView.KeyboardToolTip is not null) 926KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, DataGridView.KeyboardToolTip);