9 references to Orientation
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
46return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? 64if (sb.Orientation == Orientation.Horizontal)
System\Windows\Controls\Primitives\ScrollBar.cs (7)
67/// This property represents the ScrollBar's <see cref="Orientation" />: Vertical or Horizontal. 89/// DependencyProperty for <see cref="Orientation" /> property. 330if (Orientation == Orientation.Horizontal) 396RoutedCommand command = (Orientation == Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand; 414bool horizontal = (Orientation == Orientation.Horizontal); 481if (scrollBar.Orientation == Orientation.Vertical) 781if (sb.Orientation == Orientation.Vertical)