9 references to Orientation
PresentationFramework (9)
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 (7)
67
/// This property represents the ScrollBar's <see cref="
Orientation
" />: Vertical or Horizontal.
89
/// DependencyProperty for <see cref="
Orientation
" /> property.
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)