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)
545
foreach (
TypeListItem
item in _newItemTypes.Items)
570
if (_newItemTypes.SelectedItem is not
TypeListItem
typeItem)
681
if (box.Items[e.Index] is not
TypeListItem
typeListItem)