5 references to Orientation
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (5)
74if (Orientation == Orientation.Horizontal) 98if (Orientation == Orientation.Horizontal) 234/// DependencyProperty for <see cref="Orientation" /> property. 442if (Orientation == Orientation.Vertical) 479bool isVertical = (Orientation == Orientation.Vertical);