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