4 references to CopyTo
PresentationCore (2)
System\Windows\clipboard.cs (1)
301fileDropList.CopyTo(fileDropListStrings, 0);
System\Windows\dataobject.cs (1)
493fileDropList.CopyTo(fileDropListStrings, 0);
System.Windows.Forms (2)
System\Windows\Forms\OLE\Clipboard.cs (1)
492filePaths.CopyTo(filePathsArray, 0);
System\Windows\Forms\OLE\DataObject.cs (1)
278filePaths.CopyTo(strings, 0);