9 references to Copy
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
591Marshal.Copy(ca.pElems, array, 0, (int)ca.cElems);
System.Core (1)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
1222Marshal.Copy(val.Reference, arInt32, 0, (int)val.Count);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
274Marshal.Copy(ptr, destination, startIndex, length);
System.Drawing (5)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (1)
596Marshal.Copy(colors, argb, 0, count);
commonui\System\Drawing\Advanced\Metafile.cs (3)
829Marshal.Copy(memory, type, 0, 1); 874Marshal.Copy(memory, type, 0, 1); 921Marshal.Copy(memory, type, 0, 1);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
559Marshal.Copy(colors, argb, 0, count);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
299Marshal.Copy(custColorPtr, customColors, 0, 16);