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