2 references to OnCommonContentClick
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
801
protected override void OnContentClick(DataGridViewCellEventArgs e) =>
OnCommonContentClick
(e);
803
protected override void OnContentDoubleClick(DataGridViewCellEventArgs e) =>
OnCommonContentClick
(e);