1 write to customComparer
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2796
this.
customComparer
= customComparer;
3 references to customComparer
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
2810
if (this.
customComparer
== null)
2834
if (this.
customComparer
== null)
2886
result = this.
customComparer
.Compare(value1, value2);