5 references to OrientationProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
73get { return (Orientation) GetValue(OrientationProperty); } 74set { SetValue(OrientationProperty, value); }
System\Windows\Controls\Primitives\Track.cs (1)
727BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty);
System\Windows\Controls\ScrollViewer.cs (1)
2709hsb.SetValue(ScrollBar.OrientationProperty, Orientation.Horizontal);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7611DependencyProperty dp = System.Windows.Controls.Primitives.ScrollBar.OrientationProperty;