10 references to Copy
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
651
Marshal.
Copy
(rawPackets, 0, packets, packetCount);
Core\CSharp\System\Windows\DataObject.cs (1)
2179
Marshal.
Copy
(structData, 0, currentPtr, structData.Length);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
506
Marshal.
Copy
(source, startIndex, ptr, length);
System.Drawing (2)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (1)
666
Marshal.
Copy
(argbs, 0, colors, count);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
600
Marshal.
Copy
(argbs, 0, colors, count);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
284
Marshal.
Copy
(customColors, 0, custColorPtr, 16);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
179
Marshal.
Copy
(colors, 0, (IntPtr)((long)address + Marshal.SizeOf(header)), entryCount);
winforms\Managed\System\WinForms\DataObject.cs (1)
1033
Marshal.
Copy
(structData, 0, currentPtr, structData.Length);
winforms\Managed\System\WinForms\ListView.cs (1)
3925
Marshal.
Copy
(columns, 0, lvItem.puColumns, lvItem.cColumns);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2320
Marshal.
Copy
(boldEvent.DaysToBold, 0, mdsBuffer, boldEvent.Size);