7 references to BindToTemplatedParent
PresentationFramework (7)
System\Windows\Controls\Primitives\Track.cs (7)
728BindToTemplatedParent(MinimumProperty, RangeBase.MinimumProperty); 729BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty); 730BindToTemplatedParent(ValueProperty, RangeBase.ValueProperty); 737BindToTemplatedParent(ViewportSizeProperty, ScrollBar.ViewportSizeProperty); 738BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 747BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty); 748BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);