5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\TickBar.cs (2)
252Slider.IsDirectionReversedProperty.AddOwner( 691BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Primitives\Track.cs (1)
735BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Slider.cs (2)
283return (bool)GetValue(IsDirectionReversedProperty); 287SetValue(IsDirectionReversedProperty, value);