9 references to KeyboardToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
3275if (_toolTipControl.ToolTip == toolTip || KeyboardToolTip == toolTip) 10820KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCellNew, KeyboardToolTip); 11023KeyboardToolTipStateMachine.Instance.Hook(dataGridViewCell, KeyboardToolTip); 17115KeyboardToolTipStateMachine.Instance.Unhook(dataGridViewRow.Cells[columnIndex], KeyboardToolTip); 17243KeyboardToolTipStateMachine.Instance.Unhook(cell, KeyboardToolTip); 22046if (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);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewTests.cs (1)
4082ToolTip toolTip = dataGridView.KeyboardToolTip;