7 references to BindToTemplatedParent
PresentationFramework (7)
System\Windows\Controls\Primitives\Track.cs (7)
715BindToTemplatedParent(MinimumProperty, RangeBase.MinimumProperty); 716BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty); 717BindToTemplatedParent(ValueProperty, RangeBase.ValueProperty); 724BindToTemplatedParent(ViewportSizeProperty, ScrollBar.ViewportSizeProperty); 725BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 734BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty); 735BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);