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