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