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); 379_itemList.Add(newItem); 384if (index < 0 || index >= _itemList.Count) 389_itemList.Insert(index, newItem); 409_itemList.Move(fromIndex, toIndex); 935index = _itemList.IndexOf(item); 936_itemList.Remove(item); 944if (_itemList.Count > 0)