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