4 overrides of OnLeave
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
545
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
977
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1894
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
586
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
1 reference to OnLeave
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
3324
OnLeave
(rowIndex, throughMouseClick);