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);
2 references to OnContentDoubleClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2858
OnContentDoubleClick
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6647
public new void OnContentDoubleClick(DataGridViewCellEventArgs e) => base.
OnContentDoubleClick
(e);