1 write to items
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2799
this.
items
= new ArrayList();
2 references to items
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2797
if (this.
items
== null)
2801
return this.
items
;