1 write to _targetCollectionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1035
_targetCollectionList
= componentList;
5 references to _targetCollectionList
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (5)
1098
_targetCollectionList
.Remove(editorItem.Component);
1112
_targetCollectionList
.Insert(toIndex - 1, editorItem.Component);
1164
if (!
_targetCollectionList
.Contains(item.Component))
1169
_targetCollectionList
.Insert(index - 1, item.Component);
1204
_targetCollectionList
.RemoveAt(index - 1);