2 references to ListBoxItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
144
_selectedColumns.Items.Insert(selectedIndex, new
ListBoxItem
(newColumn!, this, newColumnDesigner));
878
_selectedColumns.Items.Add(new
ListBoxItem
(_columnsPrivateCopy[i], this, columnDesigner));