5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\TickBar.cs (2)
266Slider.IsDirectionReversedProperty.AddOwner( 703BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Primitives\Track.cs (1)
748BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Controls\Slider.cs (2)
312return (bool)GetValue(IsDirectionReversedProperty); 316SetValue(IsDirectionReversedProperty, value);