5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\TickBar.cs (2)
251Slider.IsDirectionReversedProperty.AddOwner( 690BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Primitives\Track.cs (1)
726BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Slider.cs (2)
282return (bool)GetValue(IsDirectionReversedProperty); 286SetValue(IsDirectionReversedProperty, value);