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