1 write to _itemList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
134
_itemList
= new(this, _listBoxItems.Items, value);
10 references to _itemList
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (10)
126
_itemList
?.Clear();
137
_itemList
.Add(realToolStrip);
151
_itemList
.Add(item);
383
_itemList
.Add(newItem);
388
if (index < 0 || index >=
_itemList
.Count)
393
_itemList
.Insert(index, newItem);
413
_itemList
.Move(fromIndex, toIndex);
948
index =
_itemList
.IndexOf(item);
949
_itemList
.Remove(item);
957
if (
_itemList
.Count > 0)