1 override of OnContentDoubleClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
803protected override void OnContentDoubleClick(DataGridViewCellEventArgs e) => OnCommonContentClick(e);
2 references to OnContentDoubleClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2858OnContentDoubleClick(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6647public new void OnContentDoubleClick(DataGridViewCellEventArgs e) => base.OnContentDoubleClick(e);