6 references to Copy
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
791Marshal.Copy(pPackets, data, 0, cItems);
System\Windows\Media\Imaging\PropVariant.cs (1)
527Marshal.Copy(ca.pElems, array, 0, (int)ca.cElems);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
302Marshal.Copy(ptr, destination, startIndex, length);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
275Marshal.Copy(ptr, destination, startIndex, length);
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\NativeWrapper.cs (1)
1196Marshal.Copy(val.Reference, arInt32, 0, (int)val.Count);
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
94Marshal.Copy(slot.IntPtrValue, value, 0, slot.Length);