5 references to CopyTo
mscorlib (1)
system\resources\resourcewriter.cs (1)
514
dataSection.
CopyTo
(bw.BaseStream);
PresentationCore (1)
Core\CSharp\System\Windows\Input\Cursor.cs (1)
337
cursorStream.
CopyTo
(fileStream);
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (1)
1747
sourceStream.
CopyTo
(outputStream);
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
714
sourceStream.
CopyTo
(targetStream);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
1028
((StreamDataFeed)value)._source.
CopyTo
(ms);