8 references to Component
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
1053if (editorItem.Component == item) 1093_listBoxList.Remove(editorItem.Component); 1094_targetCollectionList.Remove(editorItem.Component); 1099_listBoxList.Insert(toIndex, editorItem.Component); 1108_targetCollectionList.Insert(toIndex - 1, editorItem.Component); 1160if (!_targetCollectionList.Contains(item.Component)) 1165_targetCollectionList.Insert(index - 1, item.Component); 1174_listBoxList.Insert(index, item.Component);