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