6 references to OrientationProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\Track.cs (4)
233get { return (Orientation)GetValue(OrientationProperty); } 234set { SetValue(OrientationProperty, value); } 717BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 726BindToTemplatedParent(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;