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