9 references to Orientation
PresentationFramework (9)
src\Framework\System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
49
return ((ScrollBar)Owner).
Orientation
== Orientation.Horizontal ?
67
if (sb.
Orientation
== Orientation.Horizontal)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (7)
86
/// This property represents the ScrollBar's <see cref="
Orientation
" />: Vertical or Horizontal.
108
/// DependencyProperty for <see cref="
Orientation
" /> property.
352
if (
Orientation
== Orientation.Horizontal)
418
RoutedCommand command = (
Orientation
== Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand : DeferScrollToVerticalOffsetCommand;
436
bool horizontal = (
Orientation
== Orientation.Horizontal);
501
if (scrollBar.
Orientation
== Orientation.Vertical)
801
if (sb.
Orientation
== Orientation.Vertical)