9 references to Orientation
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
53
return ((ScrollBar)Owner).
Orientation
== Orientation.Horizontal ?
71
if (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.
347
if (
Orientation
== Orientation.Horizontal)
413
RoutedCommand command = (
Orientation
== Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand;
431
bool horizontal = (
Orientation
== Orientation.Horizontal);
496
if (scrollBar.
Orientation
== Orientation.Vertical)
796
if (sb.
Orientation
== Orientation.Vertical)