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