2 references to DoubleClickUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1152
internal bool DoubleClickUnsharesRowInternal(DataGridViewCellEventArgs e) =>
DoubleClickUnsharesRow
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6593
public new bool DoubleClickUnsharesRow(DataGridViewCellEventArgs e) => base.
DoubleClickUnsharesRow
(e);