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