26 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 (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
928flowLayoutSettings.FlowDirection = FlowDirection.TopDown; 1304closeOnHorizontalKey = FlowLayout.GetFlowDirection(this) == FlowDirection.TopDown && !FlowLayout.GetWrapContents(this);
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); 321case FlowDirection.TopDown: 342case 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: