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