7 references to BindToTemplatedParent
PresentationFramework (7)
System\Windows\Controls\Primitives\Track.cs (7)
717BindToTemplatedParent(MinimumProperty, RangeBase.MinimumProperty); 718BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty); 719BindToTemplatedParent(ValueProperty, RangeBase.ValueProperty); 726BindToTemplatedParent(ViewportSizeProperty, ScrollBar.ViewportSizeProperty); 727BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 736BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty); 737BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);