7 references to Orientation
PresentationFramework (7)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
46
return ((ScrollBar)Owner).
Orientation
== Orientation.Horizontal ?
64
if (sb.
Orientation
== Orientation.Horizontal)
System\Windows\Controls\Primitives\ScrollBar.cs (5)
330
if (
Orientation
== Orientation.Horizontal)
396
RoutedCommand command = (
Orientation
== Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand;
414
bool horizontal = (
Orientation
== Orientation.Horizontal);
481
if (scrollBar.
Orientation
== Orientation.Vertical)
781
if (sb.
Orientation
== Orientation.Vertical)