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