11 references to GetComparedObject
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (11)
2690
if (right - left > 0 && this.rowComparer.CompareObjects(this.rowComparer.
GetComparedObject
(left), this.rowComparer.
GetComparedObject
(right), left, right) > 0)
2703
while (k != i && this.rowComparer.CompareObjects(this.rowComparer.
GetComparedObject
(i), x, i, k) < 0)
2707
while (k != j && this.rowComparer.CompareObjects(x, this.rowComparer.
GetComparedObject
(j), k, j) < 0)
2756
if (this.rowComparer.CompareObjects(this.rowComparer.
GetComparedObject
(left), this.rowComparer.
GetComparedObject
(center), left, center) > 0)
2760
if (this.rowComparer.CompareObjects(this.rowComparer.
GetComparedObject
(left), this.rowComparer.
GetComparedObject
(right), left, right) > 0)
2764
if (this.rowComparer.CompareObjects(this.rowComparer.
GetComparedObject
(center), this.rowComparer.
GetComparedObject
(right), center, right) > 0)
2768
return this.rowComparer.
GetComparedObject
(center);