5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
343get { return (bool)GetValue(IsDirectionReversedProperty); } 344set { SetValue(IsDirectionReversedProperty, value); } 735BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3971DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty;
System\Windows\Markup\KnownTypes.cs (1)
1926return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty;