15 references to Copy
PresentationCore (3)
Core\CSharp\System\Windows\DataObject.cs (3)
2195Marshal.Copy(new char[] { '\0' }, 0, currentPtr, 1); 2204Marshal.Copy(new char[] { '\0' }, 0, currentPtr, 1); 2260Marshal.Copy(new char[] { '\0' }, 0, (IntPtr)((ulong)ptr + (ulong)chars.Length * 2), 1);
PresentationFramework (4)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
127Marshal.Copy(s.ToCharArray(), 0, p, s.Length);
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
870Marshal.Copy(
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1544Marshal.Copy(surrounding.ToCharArray(), 0, new IntPtr((void*)p), surrounding.Length);
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
223Marshal.Copy(text, 0, inputArray, count);
System (1)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1646Marshal.Copy(tmp, 0, nativePointer, tmp.Length);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
418Marshal.Copy(source, startIndex, ptr, length);
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
1410Marshal.Copy(data, 0, address, data.Length);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataObject.cs (1)
1057Marshal.Copy(new char[]{'\0'}, 0, currentPtr, 1);
winforms\Managed\System\WinForms\ListView.cs (2)
6074Marshal.Copy(buff, 0, dispInfo.item.pszText, text.Length + 1); 6161Marshal.Copy(charBuf, 0, infoTip.lpszText, Math.Min(charBuf.Length, infoTip.cchTextMax));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6591Marshal.Copy(buffer, 0, result, buffer.Length);
WindowsBase (1)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
6249Marshal.Copy(buffer, 0, result, buffer.Length);