Implemented interface member:
7 references to CopyTo
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
662CustomTabOffsets.CopyTo(tabStops, 0);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1768CustomTabOffsets.CopyTo(offsets, 0); 2311CustomTabOffsets.CopyTo(offsets, 0);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (4)
1022collection.CopyTo(array, 1); 1036collection.CopyTo(array, 1); 1045Assert.Throws<ArgumentNullException>("destination", () => collection.CopyTo(null, 0)); 1056Assert.Throws<ArgumentNullException>("destination", () => collection.CopyTo(null, 0));