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