1 write to ControlBounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
234
_childInfo[i].
ControlBounds
= bounds;
2 references to ControlBounds
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (2)
819
bounds = _childInfo[i].
ControlBounds
;
867
bounds = _childInfo[_insertionIndex - 1].
ControlBounds
;