9 references to Orientation
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
53return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? 71if (sb.Orientation == Orientation.Horizontal)
System\Windows\Controls\Primitives\ScrollBar.cs (7)
84/// This property represents the ScrollBar's <see cref="Orientation" />: Vertical or Horizontal. 106/// DependencyProperty for <see cref="Orientation" /> property. 347if (Orientation == Orientation.Horizontal) 413RoutedCommand command = (Orientation == Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand; 431bool horizontal = (Orientation == Orientation.Horizontal); 496if (scrollBar.Orientation == Orientation.Vertical) 796if (sb.Orientation == Orientation.Vertical)