5 references to Orientation
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Track.cs (5)
76if (Orientation == Orientation.Horizontal) 100if (Orientation == Orientation.Horizontal) 236/// DependencyProperty for <see cref="Orientation" /> property. 444if (Orientation == Orientation.Vertical) 481bool isVertical = (Orientation == Orientation.Vertical);