3 references to OrientationProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
749BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty);
src\Framework\System\Windows\Controls\Slider.cs (2)
292get { return (Orientation)GetValue(OrientationProperty); } 293set { SetValue(OrientationProperty, value); }