1 instantiation of ListBoxItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
108_typesListBox.Items.Add(new ListBoxItem(t));
4 references to ListBoxItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (4)
49ListBoxItem item = (ListBoxItem)_typesListBox.Items[i]; 121_selectedType = _typesListBox.SelectedItem is ListBoxItem selectedItem ? selectedItem.ColumnType : null; 129if (type == ((ListBoxItem)_typesListBox.Items[i]).ColumnType)