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