6 references to OrientationProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\Track.cs (4)
237get { return (Orientation)GetValue(OrientationProperty); } 238set { SetValue(OrientationProperty, value); } 731BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 740BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4028DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty;
System\Windows\Markup\KnownTypes.cs (1)
1932return System.Windows.Controls.Primitives.Track.OrientationProperty;