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