1 write to comparer
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2772
this.
comparer
= new ItemComparer(this.owner);
2 references to comparer
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2770
if (this.
comparer
== null)
2774
return this.
comparer
;