1 override of AddChildControl
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FlowPanelDesigner.cs (1)
37
internal override void
AddChildControl
(Control newChild) => Control.Controls.Add(newChild);
1 reference to AddChildControl
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
559
AddChildControl
(newChild);