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);
1 reference to ContentDoubleClickUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1031
internal bool ContentDoubleClickUnsharesRowInternal(DataGridViewCellEventArgs e) =>
ContentDoubleClickUnsharesRow
(e);