5 references to IsDirectionReversedProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
338get { return (bool)GetValue(IsDirectionReversedProperty); } 339set { SetValue(IsDirectionReversedProperty, value); } 726BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3970DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty;
System\Windows\Markup\KnownTypes.cs (1)
1925return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty;