4 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.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4165
Marshal.
Copy
(columns, 0, (nint)lvItem.puColumns, (int)lvItem.cColumns);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
3348
Marshal.
Copy
(GetSelResult, 0, m.LParam, GetSelResult.Length);