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