11 references to BottomUp
System.Windows.Forms (4)
System\Windows\Forms\Layout\FlowLayout.cs (4)
45
FlowDirection.
BottomUp
=> new BottomUpProxy(container),
104
return LayoutUtils.FlipSizeIf(flowDirection == FlowDirection.TopDown || GetFlowDirection(container) == FlowDirection.
BottomUp
, layoutSize);
328
case FlowDirection.
BottomUp
:
349
case FlowDirection.
BottomUp
:
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (4)
135
FlowDirection.TopDown or FlowDirection.
BottomUp
=> direction,
188
(!horizontalFlow && flowDirection == FlowDirection.
BottomUp
))
404
case FlowDirection.
BottomUp
:
423
case 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)
220
FlowDirection = FlowDirection.
BottomUp