5 references to GetControl
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
244Control c = GetControl(component);
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
600Control control = GetControl(component); 2391Control c = GetControl(component); 2542return GetControl(component);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
727Control newControl = GetControl(component);