5 references to Orientation
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (5)
62if (Orientation == Orientation.Horizontal) 86if (Orientation == Orientation.Horizontal) 218/// DependencyProperty for <see cref="Orientation" /> property. 422if (Orientation == Orientation.Vertical) 459bool isVertical = (Orientation == Orientation.Vertical);