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