1 write to _targetCollectionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1031
_targetCollectionList
= componentList;
5 references to _targetCollectionList
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (5)
1094
_targetCollectionList
.Remove(editorItem.Component);
1108
_targetCollectionList
.Insert(toIndex - 1, editorItem.Component);
1160
if (!
_targetCollectionList
.Contains(item.Component))
1165
_targetCollectionList
.Insert(index - 1, item.Component);
1200
_targetCollectionList
.RemoveAt(index - 1);