5 references to Orientation
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Track.cs (5)
76
if (
Orientation
== Orientation.Horizontal)
100
if (
Orientation
== Orientation.Horizontal)
236
/// DependencyProperty for <see cref="
Orientation
" /> property.
444
if (
Orientation
== Orientation.Vertical)
481
bool isVertical = (
Orientation
== Orientation.Vertical);