1 override of MouseMoveUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
698protected override bool MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs e)
2 references to MouseMoveUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2692MouseMoveUnsharesRow(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6639public new bool MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs e) => base.MouseMoveUnsharesRow(e);