8 references to Copy
PresentationFramework (4)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
104
Marshal.
Copy
(s.ToCharArray(), 0, p, s.Length);
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
762
Marshal.
Copy
(
System\Windows\Documents\ImmComposition.cs (1)
1375
Marshal.
Copy
(surrounding.ToCharArray(), 0, new IntPtr((void*)p), surrounding.Length);
System\Windows\Documents\NLGSpellerInterop.cs (1)
194
Marshal.
Copy
(text, 0, inputArray, count);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
473
Marshal.
Copy
(source, startIndex, ptr, length);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6902
Marshal.
Copy
(charBuf, 0, destPtr, Math.Min(charBuf.Length, infoTip->cchTextMax));
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\UnicodeCharBuffer.cs (1)
21
Marshal.
Copy
(_buffer, 0, result, _buffer.Length);
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2395
Marshal.
Copy
(buffer, 0, result, buffer.Length);