3 references to CopyTo
System.Data (3)
fx\src\data\System\Data\DataTable.cs (2)
2117Rows.CopyTo(oldRows, 0); 3585Rows.CopyTo(oldRows, 0);
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
160childTable.Rows.CopyTo(rows, 0);