5 references to OrientationProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
91get { return (Orientation) GetValue(OrientationProperty); } 92set { SetValue(OrientationProperty, value); }
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
740BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2757hsb.SetValue(ScrollBar.OrientationProperty, Orientation.Horizontal);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7571DependencyProperty dp = System.Windows.Controls.Primitives.ScrollBar.OrientationProperty;