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