3 references to Copy
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
576Marshal.Copy(ca.pElems, array, 0, (int)ca.cElems);
System.Core (1)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
1217Marshal.Copy(val.Reference, arInt16, 0, (int)val.Count);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
230Marshal.Copy(ptr, destination, startIndex, length);