5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\TickBar.cs (2)
252Slider.IsDirectionReversedProperty.AddOwner( 689BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Primitives\Track.cs (1)
737BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Slider.cs (2)
301return (bool)GetValue(IsDirectionReversedProperty); 305SetValue(IsDirectionReversedProperty, value);