17 references to Control
System.Windows.Forms.Design (17)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (17)
78foreach (object child in Control.Controls) 85private FlowLayoutPanel FlowLayoutPanel => Control; 140private bool IsRtl => Control.RightToLeft == RightToLeft.Yes; 170var children = Control.Controls; 193Point offset = Control.PointToScreen(Point.Empty); 378get => Control.FlowDirection; 381if (value != Control.FlowDirection) 385BehaviorService.Invalidate(BehaviorService.ControlRectInAdornerWindow(Control)); 386Control.FlowDirection = value; 440var backColor = Control.BackColor; 598var children = Control.Controls; 733Control.Controls.SetChildIndex(e.Control, _insertionIndex); 740Control.ControlAdded -= OnChildControlAdded; 803Point controlOffset = Control.PointToScreen(Point.Empty); 806controlOffset.X += Control.Width; 902Control.Controls.Contains(_primaryDragControl)) 912Control.ControlAdded += OnChildControlAdded;