5 references to Orientation
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (5)
62
if (
Orientation
== Orientation.Horizontal)
86
if (
Orientation
== Orientation.Horizontal)
218
/// DependencyProperty for <see cref="
Orientation
" /> property.
422
if (
Orientation
== Orientation.Vertical)
459
bool isVertical = (
Orientation
== Orientation.Vertical);