Implemented interface member:
7 references to CopyTo
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
4583
children.
CopyTo
(controlSnapshot, 0);
System\Windows\Forms\Controls\DataGridView\DataGridView.ControlCollection.cs (1)
22
base.
CopyTo
(array, index);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
621
controls.
CopyTo
(controlArray, 0);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
153
root.Controls.
CopyTo
(childControls, 0);
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
40
public new void CopyTo(Array dest, int index) => _realCollection.
CopyTo
(dest, index);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
609
parent.Controls.
CopyTo
(children, 0);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2178
public new void CopyTo(Array dest, int index) => _realCollection.
CopyTo
(dest, index);