6 references to OrientationProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\Track.cs (4)
248get { return (Orientation)GetValue(OrientationProperty); } 249set { SetValue(OrientationProperty, value); } 738BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 747BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3842DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty;
System\Windows\Markup\KnownTypes.cs (1)
1938return System.Windows.Controls.Primitives.Track.OrientationProperty;