1 write to _listBoxList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1034
_listBoxList
= displayList;
6 references to _listBoxList
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (6)
1097
_listBoxList
.Remove(editorItem.Component);
1103
_listBoxList
.Insert(toIndex, editorItem.Component);
1129
_listBoxList
.Clear();
1156
_listBoxList
.Insert(index, item.Host);
1178
_listBoxList
.Insert(index, item.Component);
1196
_listBoxList
.RemoveAt(index);