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