2 references to OnDoubleClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2865
OnDoubleClick
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6651
public new void OnDoubleClick(DataGridViewCellEventArgs e) => base.
OnDoubleClick
(e);