9 references to Orientation
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
47
return ((ScrollBar)Owner).
Orientation
== Orientation.Horizontal ?
65
if (sb.
Orientation
== Orientation.Horizontal)
System\Windows\Controls\Primitives\ScrollBar.cs (7)
68
/// This property represents the ScrollBar's <see cref="
Orientation
" />: Vertical or Horizontal.
90
/// DependencyProperty for <see cref="
Orientation
" /> property.
331
if (
Orientation
== Orientation.Horizontal)
397
RoutedCommand command = (
Orientation
== Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand;
415
bool horizontal = (
Orientation
== Orientation.Horizontal);
482
if (scrollBar.
Orientation
== Orientation.Vertical)
782
if (sb.
Orientation
== Orientation.Vertical)