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