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