1 override of ContentDoubleClickUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
440
protected override bool
ContentDoubleClickUnsharesRow
(DataGridViewCellEventArgs e) => CommonContentClickUnsharesRow(e);
2 references to ContentDoubleClickUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1039
internal bool ContentDoubleClickUnsharesRowInternal(DataGridViewCellEventArgs e) =>
ContentDoubleClickUnsharesRow
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6587
public new bool ContentDoubleClickUnsharesRow(DataGridViewCellEventArgs e) => base.
ContentDoubleClickUnsharesRow
(e);