8 references to Component
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
1057
if (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
);
1164
if (!_targetCollectionList.Contains(item.
Component
))
1169
_targetCollectionList.Insert(index - 1, item.
Component
);
1178
_listBoxList.Insert(index, item.
Component
);