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