5 references to OrientationProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
89get { return (Orientation) GetValue(OrientationProperty); } 90set { SetValue(OrientationProperty, value); }
System\Windows\Controls\Primitives\Track.cs (1)
738BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty);
System\Windows\Controls\ScrollViewer.cs (1)
2717hsb.SetValue(ScrollBar.OrientationProperty, Orientation.Horizontal);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7613DependencyProperty dp = System.Windows.Controls.Primitives.ScrollBar.OrientationProperty;