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