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