2 instantiations of TypeListItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
449_newItemTypes.Items.Add(new TypeListItem(t)); 462_newItemTypes.Items.Add(new TypeListItem(t));
3 references to TypeListItem
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
545foreach (TypeListItem item in _newItemTypes.Items) 570if (_newItemTypes.SelectedItem is not TypeListItem typeItem) 681if (box.Items[e.Index] is not TypeListItem typeListItem)