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