7 references to Orientation
PresentationFramework (7)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
46return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? 64if (sb.Orientation == Orientation.Horizontal)
System\Windows\Controls\Primitives\ScrollBar.cs (5)
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)