5 references to Copy
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
539
Marshal.
Copy
(rawPackets, 0, packets, packetCount);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
578
Marshal.
Copy
(source, startIndex, ptr, length);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
551
Marshal.
Copy
(source, startIndex, ptr, length);
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
114
Marshal.
Copy
(value, 0, slot.IntPtrValue, slot.Length);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4174
Marshal.
Copy
(columns, 0, (nint)lvItem.puColumns, (int)lvItem.cColumns);