2 overrides of OnEnter
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1616protected override void OnEnter(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
544protected override void OnEnter(int rowIndex, bool throughMouseClick)
2 references to OnEnter
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2872OnEnter(rowIndex, throughMouseClick);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6653public new void OnEnter(int rowIndex, bool throughMouseClick) => base.OnEnter(rowIndex, throughMouseClick);