1 write to rowComparer
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2675
this.
rowComparer
= rowComparer;
17 references to rowComparer
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (17)
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);