1 override of Bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
620public override Rectangle Bounds {
2 writes to Bounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
365ElementProxy.Bounds = value; 621set { base.Bounds = LayoutUtils.FlipRectangle(value); }