4 references to Copy
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
512
Marshal.
Copy
(ca.pElems, array, 0, (int)ca.cElems);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
250
Marshal.
Copy
(ptr, destination, startIndex, length);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
223
Marshal.
Copy
(ptr, destination, startIndex, length);
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\NativeWrapper.cs (1)
1190
Marshal.
Copy
(val.Reference, arInt16, 0, (int)val.Count);