7 references to BindToTemplatedParent
PresentationFramework (7)
System\Windows\Controls\Primitives\Track.cs (7)
706BindToTemplatedParent(MinimumProperty, RangeBase.MinimumProperty); 707BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty); 708BindToTemplatedParent(ValueProperty, RangeBase.ValueProperty); 715BindToTemplatedParent(ViewportSizeProperty, ScrollBar.ViewportSizeProperty); 716BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 725BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty); 726BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);