8 references to Component
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
1066if (editorItem.Component == item) 1106_listBoxList.Remove(editorItem.Component); 1107_targetCollectionList.Remove(editorItem.Component); 1112_listBoxList.Insert(toIndex, editorItem.Component); 1121_targetCollectionList.Insert(toIndex - 1, editorItem.Component); 1173if (!_targetCollectionList.Contains(item.Component)) 1178_targetCollectionList.Insert(index - 1, item.Component); 1187_listBoxList.Insert(index, item.Component);