11 references to BottomUp
System.Windows.Forms (4)
System\Windows\Forms\Layout\FlowLayout.cs (4)
45FlowDirection.BottomUp => new BottomUpProxy(container), 104return LayoutUtils.FlipSizeIf(flowDirection == FlowDirection.TopDown || GetFlowDirection(container) == FlowDirection.BottomUp, layoutSize); 328case FlowDirection.BottomUp: 349case FlowDirection.BottomUp:
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (4)
135FlowDirection.TopDown or FlowDirection.BottomUp => direction, 188(!horizontalFlow && flowDirection == FlowDirection.BottomUp)) 404case FlowDirection.BottomUp: 423case FlowDirection.BottomUp:
System.Windows.Forms.Tests (3)
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
142[InlineData(FlowDirection.BottomUp, 1)]
System\Windows\Forms\FlowLayoutSettingsTests.cs (1)
11[InlineData(FlowDirection.BottomUp, 1)]
System\Windows\Forms\Layout\FlowLayoutTests.cs (1)
220FlowDirection = FlowDirection.BottomUp