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); 388if (index < 0 || index >= _itemList.Count) 393_itemList.Insert(index, newItem); 413_itemList.Move(fromIndex, toIndex); 948index = _itemList.IndexOf(item); 949_itemList.Remove(item); 957if (_itemList.Count > 0)