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