5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
354get { return (bool)GetValue(IsDirectionReversedProperty); } 355set { SetValue(IsDirectionReversedProperty, value); } 748BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3791DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty;
System\Windows\Markup\KnownTypes.cs (1)
1932return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty;