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