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)
49
ListBoxItem
item = (
ListBoxItem
)_typesListBox.Items[i];
121
_selectedType = _typesListBox.SelectedItem is
ListBoxItem
selectedItem ? selectedItem.ColumnType : null;
129
if (type == ((
ListBoxItem
)_typesListBox.Items[i]).ColumnType)