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