3 references to OrientationProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Track.cs (1)
747
BindToTemplatedParent(OrientationProperty, Slider.
OrientationProperty
);
System\Windows\Controls\Slider.cs (2)
290
get { return (Orientation)GetValue(
OrientationProperty
); }
291
set { SetValue(
OrientationProperty
, value); }