6 references to OrientationProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Track.cs (4)
250get { return (Orientation)GetValue(OrientationProperty); } 251set { SetValue(OrientationProperty, value); } 740BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 749BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3817DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1935return System.Windows.Controls.Primitives.Track.OrientationProperty;