4 overrides of OnLeave
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
493protected override void OnLeave(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
846protected override void OnLeave(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1648protected override void OnLeave(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
557protected override void OnLeave(int rowIndex, bool throughMouseClick)
1 reference to OnLeave
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2889OnLeave(rowIndex, throughMouseClick);