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