3 references to IsDirectionReversedProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (3)
283
get { return (bool) GetValue(
IsDirectionReversedProperty
); }
284
set { SetValue(
IsDirectionReversedProperty
, BooleanBoxes.Box(value)); }
704
BindToTemplatedParent(
IsDirectionReversedProperty
, Slider.IsDirectionReversedProperty);