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