32 references to Copy
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\RequestQueue.cs (1)
59Marshal.Copy(securityDescriptorBytes, 0, pSecurityDescriptor.Value, securityDescriptorBytes.Length);
Microsoft.CodeAnalysis (1)
DiaSymReader\Utilities\ComMemoryStream.cs (1)
129Marshal.Copy(_chunks[chunkIndex], chunkOffset, (IntPtr)(pv + destinationIndex), bytesToCopy);
Microsoft.ML.Core (1)
Data\ModelHeader.cs (1)
378Marshal.Copy(bytes, 0, (IntPtr)pheader, Size);
Microsoft.ML.Data (3)
DataLoadSave\Binary\BinaryLoader.cs (1)
1041Marshal.Copy(headerBytes, 0, (IntPtr)(&header), Header.HeaderSize);
DataLoadSave\Binary\Codecs.cs (1)
274Marshal.Copy(_buffer, 0, ptr, sublen);
DataLoadSave\Transpose\TransposeLoader.cs (1)
569Marshal.Copy(headerBytes, 0, (IntPtr)(&header), Header.HeaderSize);
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
493Marshal.Copy(_chunkList[currentChunk], bufferOffset, (IntPtr)pbData, cbDataForThisChunk);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1833Marshal.Copy(managedArray, y * rectRowSize, new IntPtr(rowPtr), rectRowSize);
System\Windows\Media\Imaging\PropVariant.cs (1)
386Marshal.Copy(guid, 0, pclsidVal, guid.Length);
PresentationFramework (3)
MS\Internal\AppModel\IconHelper.cs (1)
234Marshal.Copy(colorArray, 0, bits, colorArray.Length);
MS\Internal\Printing\PrintDlgExMarshaler.cs (2)
767Marshal.Copy( 816Marshal.Copy(devModeData, 0, hDevMode, devModeData.Length);
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
329Marshal.Copy(data, 0, _ptrToDsObjectNames, data.Length);
ReachFramework (1)
PrintConfig\PTProvider.cs (1)
394Marshal.Copy(devMode, 0, umDevMode, devMode.Length);
System.Data.Odbc (2)
Common\System\Data\Common\SafeNativeMethods.cs (1)
25Marshal.Copy(zeroes, 0, ptr, length);
Common\System\Data\ProviderBase\DbBuffer.cs (1)
447Marshal.Copy(source, startIndex, ptr, length);
System.Drawing.Common (5)
System\Drawing\Icon.cs (1)
650Marshal.Copy(_iconData, newOffset + j * width, (IntPtr)pixelPtr, lineLength);
System\Drawing\Imaging\EncoderParameter.cs (2)
179Marshal.Copy(value, 0, _parameterValue, _numberOfValues); 192Marshal.Copy(value, 0, _parameterValue, _numberOfValues);
System\Drawing\Printing\PrinterSettings.cs (2)
640Marshal.Copy(_cachedDevmode, 0, (nint)devmode, _devmodeBytes); 664Marshal.Copy(_extraInfo, 0, (nint)((byte*)devmode + devmode->dmSize), _extraBytes);
System.Drawing.Common.Tests (3)
mono\System.Drawing\BitmapTests.cs (1)
529Marshal.Copy(btv, 0, (nint)cur, 1);
System\Drawing\Text\PrivateFontCollectionTests.cs (2)
143Marshal.Copy(data, 0, fontBuffer, data.Length); 179Marshal.Copy(data, 0, fontBuffer, data.Length);
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
146Marshal.Copy(_buffer, 0, (nint)pointer, _length);
System\Windows\Forms\Control.cs (2)
6578Marshal.Copy(bytes, 0, m.LParamInternal, bytes.Length); 6579Marshal.Copy(nullBytes, 0, m.LParamInternal + (nint)bytes.Length, nullBytes.Length);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1726Marshal.Copy(bytes, 0, buf, transferred);
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
29Marshal.Copy(buffer, 0, _hInstance, size);
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
779Marshal.Copy(bytes, 0, m.LParamInternal, bytes.Length); 780Marshal.Copy(nullBytes, 0, m.LParamInternal + (nint)bytes.Length, nullBytes.Length);
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2337Marshal.Copy(buffer, 0, result, buffer.Length);