7 references to BindToTemplatedParent
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\Track.cs (7)
730BindToTemplatedParent(MinimumProperty, RangeBase.MinimumProperty); 731BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty); 732BindToTemplatedParent(ValueProperty, RangeBase.ValueProperty); 739BindToTemplatedParent(ViewportSizeProperty, ScrollBar.ViewportSizeProperty); 740BindToTemplatedParent(OrientationProperty, ScrollBar.OrientationProperty); 749BindToTemplatedParent(OrientationProperty, Slider.OrientationProperty); 750BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);