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