1 write to _targetCollectionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1044
_targetCollectionList
= componentList;
5 references to _targetCollectionList
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (5)
1107
_targetCollectionList
.Remove(editorItem.Component);
1121
_targetCollectionList
.Insert(toIndex - 1, editorItem.Component);
1173
if (!
_targetCollectionList
.Contains(item.Component))
1178
_targetCollectionList
.Insert(index - 1, item.Component);
1213
_targetCollectionList
.RemoveAt(index - 1);