2 overrides of Bounds
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.BottomUpProxy.cs (1)
27public override Rectangle Bounds
System\Windows\Forms\Layout\FlowLayout.RightToLeftProxy.cs (1)
16public override Rectangle Bounds
3 writes to Bounds
System.Windows.Forms (3)
System\Windows\Forms\Layout\FlowLayout.BottomUpProxy.cs (1)
33base.Bounds = RTLTranslateNoMarginSwap(value);
System\Windows\Forms\Layout\FlowLayout.cs (1)
232containerProxy.Bounds = LayoutUtils.AlignAndStretch(prefSize, cellBounds, anchorStyles);
System\Windows\Forms\Layout\FlowLayout.RightToLeftProxy.cs (1)
22base.Bounds = RTLTranslateNoMarginSwap(value);