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