1 override of CopyTo
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1268public override void CopyTo(Array array)
11 references to CopyTo
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
394objectsArray.CopyTo(serArray);
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\DesignerOptionService.cs (1)
202propList.CopyTo(propArray);
System\ComponentModel\TypeDescriptor.cs (2)
1135filteredEvents.CopyTo(descriptors); 1372filteredProperties.CopyTo(descriptors);
System.Configuration.ConfigurationManager (2)
System\Configuration\SectionUpdates.cs (2)
221unretrievedGroups.CopyTo(groupNames); 242newsGroups.CopyTo(groupNames);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
81_bypassList.CopyTo(bypassList);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1272_list.CopyTo(array);
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
1138values.CopyTo(array);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
279rects.CopyTo(rectArray);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
203rects.CopyTo(rectArray);