2 instantiations of TypeListItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
453_newItemTypes.Items.Add(new TypeListItem(t)); 466_newItemTypes.Items.Add(new TypeListItem(t));
3 references to TypeListItem
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
549foreach (TypeListItem item in _newItemTypes.Items) 574if (_newItemTypes.SelectedItem is not TypeListItem typeItem) 685if (box.Items[e.Index] is not TypeListItem typeListItem)