Implemented interface member:
9 references to CopyTo
System.Windows.Forms.Tests (9)
System\Windows\Forms\BaseCollectionTests.cs (3)
35collection.CopyTo(array, 1); 43Assert.Throws<NullReferenceException>(() => collection.CopyTo(Array.Empty<object>(), 0)); 59Assert.Throws<NullReferenceException>(() => collection.CopyTo(Array.Empty<object>(), 0));
System\Windows\Forms\DataGridViewSelectedCellCollectionTests.cs (2)
141collection.CopyTo(array, 1); 160collection.CopyTo(array, 1);
System\Windows\Forms\DataGridViewSelectedColumnCollectionTests.cs (2)
157collection.CopyTo(array, 1); 180collection.CopyTo(array, 1);
System\Windows\Forms\DataGridViewSelectedRowCollectionTests.cs (2)
137collection.CopyTo(array, 1); 155collection.CopyTo(array, 1);