9 references to Orientation
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
47return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? 65if (sb.Orientation == Orientation.Horizontal)
System\Windows\Controls\Primitives\ScrollBar.cs (7)
68/// This property represents the ScrollBar's <see cref="Orientation" />: Vertical or Horizontal. 90/// DependencyProperty for <see cref="Orientation" /> property. 331if (Orientation == Orientation.Horizontal) 397RoutedCommand command = (Orientation == Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand; 415bool horizontal = (Orientation == Orientation.Horizontal); 482if (scrollBar.Orientation == Orientation.Vertical) 782if (sb.Orientation == Orientation.Vertical)