1 write to _listBoxList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1043
_listBoxList
= displayList;
6 references to _listBoxList
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (6)
1106
_listBoxList
.Remove(editorItem.Component);
1112
_listBoxList
.Insert(toIndex, editorItem.Component);
1138
_listBoxList
.Clear();
1165
_listBoxList
.Insert(index, item.Host);
1187
_listBoxList
.Insert(index, item.Component);
1205
_listBoxList
.RemoveAt(index);