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