8 references to Component
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
1057if (editorItem.Component == item) 1097_listBoxList.Remove(editorItem.Component); 1098_targetCollectionList.Remove(editorItem.Component); 1103_listBoxList.Insert(toIndex, editorItem.Component); 1112_targetCollectionList.Insert(toIndex - 1, editorItem.Component); 1164if (!_targetCollectionList.Contains(item.Component)) 1169_targetCollectionList.Insert(index - 1, item.Component); 1178_listBoxList.Insert(index, item.Component);