6 references to OrientationProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\Track.cs (4)
232get { return (Orientation)GetValue(OrientationProperty); } 233set { SetValue(OrientationProperty, value); } 716BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 725BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4027DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty;
System\Windows\Markup\KnownTypes.cs (1)
1931return System.Windows.Controls.Primitives.Track.OrientationProperty;