2 overrides of Bounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
466
public override Rectangle
Bounds
{
508
public override Rectangle
Bounds
{
3 writes to Bounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (3)
227
containerProxy.
Bounds
= LayoutUtils.AlignAndStretch(prefSize, cellBounds, anchorStyles);
470
base.
Bounds
= RTLTranslateNoMarginSwap(value);
512
base.
Bounds
= RTLTranslateNoMarginSwap(value);