48 references to Vertical
System.Windows.Forms (41)
System\Windows\Forms\Controls\ToolStrips\ArrowDirection.cs (2)
12Up = 0x00 | Orientation.Vertical, 13Down = 0x10 | Orientation.Vertical,
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
572if (Orientation == Orientation.Vertical) 1178case Orientation.Vertical: 1221UpdateOrientation((value == ToolStripLayoutStyle.VerticalStackWithOverflow) ? Orientation.Vertical : Orientation.Horizontal); 4529UpdateOrientation(Orientation.Vertical);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
144Orientation = Orientation.Vertical; 956if (Orientation == Orientation.Vertical) 1028else if (Orientation == Orientation.Vertical && (bounds.Height == 0))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
147if (ToolStripPanelRow is not null && ToolStripPanelRow.Orientation == Orientation.Vertical)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackDragDropHandler.cs (1)
223if (_owner.Orientation == Orientation.Vertical)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
173if (_orientation == Orientation.Vertical) 364if (value is < Orientation.Horizontal or > Orientation.Vertical) 821if (_orientation == Orientation.Vertical) 1109if (_orientation == Orientation.Vertical)
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarFirstButtonAccessibleObject.cs (1)
41return owner.Orientation == Orientation.Vertical || parent.RTLLayoutDisabled
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarLastButtonAccessibleObject.cs (1)
50return owner.Orientation == Orientation.Vertical || parent.RTLLayoutDisabled
System\Windows\Forms\Layout\Containers\SplitContainer.cs (24)
33private Orientation _orientation = Orientation.Vertical; 358if (Orientation == Orientation.Vertical) 391if (Orientation == Orientation.Vertical) 415[DefaultValue(Orientation.Vertical)] 650if (Orientation == Orientation.Vertical) 699if (Orientation == Orientation.Vertical) 962if (Orientation == Orientation.Vertical) 1070if (Orientation == Orientation.Vertical) 1090if (Orientation == Orientation.Vertical) 1205SetSplitterRect(Orientation == Orientation.Vertical); 1257if (Orientation == Orientation.Vertical) 1286if (Orientation == Orientation.Vertical) 1315if (Orientation == Orientation.Vertical) 1352if (Orientation == Orientation.Vertical) 1378case Orientation.Vertical: 1489if (Orientation == Orientation.Vertical) 1504case Orientation.Vertical: 1521if (Orientation == Orientation.Vertical) 1612if (Orientation == Orientation.Vertical) 1759if (_orientation == Orientation.Vertical) 2073if ((specified & BoundsSpecified.Width) != BoundsSpecified.None && Orientation == Orientation.Vertical) 2083SetSplitterRect(Orientation == Orientation.Vertical); 2113if (Orientation == Orientation.Vertical) 2169if (Orientation == Orientation.Vertical)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
44Orientation orientation = verb.Text.Equals(SR.DesignerShortcutHorizontalOrientation) ? Orientation.Horizontal : Orientation.Vertical;
System\Windows\Forms\Design\TrackBarDesigner.cs (1)
31case Orientation.Vertical:
WindowsFormsIntegration (5)
System\Windows\Integration\Convert.cs (4)
240returnSize.Height /= ScaleFactor(scale.Y, Orientation.Vertical); 251returnSize.Height /= ScaleFactor(scale.Y, Orientation.Vertical, dpiScaleY); 259size.Height *= ScaleFactor(scale.Y, Orientation.Vertical); 267size.Height *= ScaleFactor(scale.Y, Orientation.Vertical, dpiScaleY);
System\Windows\Integration\HostUtils.cs (1)
315HostUtils.PixelsPerInch(Orientation.Vertical),