5 references to IsDirectionReversedProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (2)
267Slider.IsDirectionReversedProperty.AddOwner( 704BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
750BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
src\Framework\System\Windows\Controls\Slider.cs (2)
314return (bool)GetValue(IsDirectionReversedProperty); 318SetValue(IsDirectionReversedProperty, value);