5 references to Orientation
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (5)
63if (Orientation == Orientation.Horizontal) 87if (Orientation == Orientation.Horizontal) 219/// DependencyProperty for <see cref="Orientation" /> property. 423if (Orientation == Orientation.Vertical) 460bool isVertical = (Orientation == Orientation.Vertical);