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