1 override of Bounds
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
44public override Rectangle Bounds
2 writes to Bounds
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (1)
83ElementProxy.Bounds = value;
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
46set => base.Bounds = LayoutUtils.FlipRectangle(value);