Implemented interface member:
4 references to CopyTo
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
499
_listBoxItems.SelectedItems.
CopyTo
(items, 0);
808
_listBoxItems.SelectedItems.
CopyTo
(selectedItems, 0);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBox.SelectedObjectCollectionTests.cs (2)
126
_collection.
CopyTo
(destination, 0);
137
_collection.
CopyTo
(destination, 0);