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