39 references to TopDown
PresentationUI (12)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (2)
77
_flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
101
_flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
98
this._flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
MS\Internal\Documents\RMPermissions.Designer.cs (4)
67
this.mainContentFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
78
this.authenticatedAsFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
97
this.permissionsFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
110
this.contactFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (5)
84
this.flowLayoutPanelMain.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
132
this.flowLayoutPanelUnrestricted.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
144
this.flowLayoutPanelPermissions.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
154
this.flowLayoutPanelTemplate.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
251
this.flowLayoutPanelContact.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
931
flowLayoutSettings.FlowDirection = FlowDirection.
TopDown
;
1310
closeOnHorizontalKey = FlowLayout.GetFlowDirection(this) == FlowDirection.
TopDown
&& !FlowLayout.GetWrapContents(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
536
FlowDirection = FlowDirection.
TopDown
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (2)
103
if (FlowLayout.GetFlowDirection(this) != FlowDirection.
TopDown
)
105
FlowLayout.SetFlowDirection(this, FlowDirection.
TopDown
);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
406
FlowLayout.SetFlowDirection(this, FlowDirection.
TopDown
);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
19
FlowLayoutSettings.FlowDirection = FlowDirection.
TopDown
;
System\Windows\Forms\Layout\FlowLayout.cs (4)
44
FlowDirection.
TopDown
=> new TopDownProxy(container),
104
return LayoutUtils.FlipSizeIf(flowDirection == FlowDirection.
TopDown
|| GetFlowDirection(container) == FlowDirection.BottomUp, layoutSize);
320
case FlowDirection.
TopDown
:
341
case FlowDirection.
TopDown
:
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (4)
135
FlowDirection.
TopDown
or FlowDirection.BottomUp => direction,
271
if (flowDirection == FlowDirection.
TopDown
? marginBounds.Y < lastOffset : marginBounds.Y > lastOffset)
401
case FlowDirection.
TopDown
:
420
case FlowDirection.
TopDown
:
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.cs (3)
872
FlowDirection = FlowDirection.
TopDown
883
FlowDirection = FlowDirection.
TopDown
894
FlowDirection = FlowDirection.
TopDown
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
145
[InlineData(FlowDirection.
TopDown
, 1)]
System\Windows\Forms\FlowLayoutSettingsTests.cs (1)
14
[InlineData(FlowDirection.
TopDown
, 1)]
System\Windows\Forms\Layout\FlowLayoutTests.cs (1)
159
FlowDirection = FlowDirection.
TopDown
System\Windows\Forms\ToolStripDropDownTests.cs (1)
3005
Assert.Equal(FlowDirection.
TopDown
, settings.FlowDirection);
WinFormsControlsTest (5)
Buttons.cs (3)
43
FlowDirection = FlowDirection.
TopDown
64
FlowDirection = FlowDirection.
TopDown
85
FlowDirection = FlowDirection.
TopDown
MainForm.Designer.cs (1)
41
this.overarchingFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.
TopDown
;
TaskDialogSamples.cs (1)
23
FlowDirection = FlowDirection.
TopDown
,