1 override of OnContentDoubleClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
803
protected override void
OnContentDoubleClick
(DataGridViewCellEventArgs e) => OnCommonContentClick(e);
1 reference to OnContentDoubleClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2847
OnContentDoubleClick
(e);