2 references to CommonContentClickUnsharesRow
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
438
protected override bool ContentClickUnsharesRow(DataGridViewCellEventArgs e) =>
CommonContentClickUnsharesRow
(e);
440
protected override bool ContentDoubleClickUnsharesRow(DataGridViewCellEventArgs e) =>
CommonContentClickUnsharesRow
(e);