6 references to OrientationProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\Track.cs (4)
248
get { return (Orientation)GetValue(
OrientationProperty
); }
249
set { SetValue(
OrientationProperty
, value); }
738
BindToTemplatedParent(
OrientationProperty
, ScrollBar.OrientationProperty);
747
BindToTemplatedParent(
OrientationProperty
, Slider.OrientationProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3842
DependencyProperty dp = System.Windows.Controls.Primitives.Track.
OrientationProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1938
return System.Windows.Controls.Primitives.Track.
OrientationProperty
;