8 references to BindToTemplatedParent
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (8)
697
BindToTemplatedParent
(TicksProperty, Slider.TicksProperty);
698
BindToTemplatedParent
(TickFrequencyProperty, Slider.TickFrequencyProperty);
699
BindToTemplatedParent
(IsSelectionRangeEnabledProperty, Slider.IsSelectionRangeEnabledProperty);
700
BindToTemplatedParent
(SelectionStartProperty, Slider.SelectionStartProperty);
701
BindToTemplatedParent
(SelectionEndProperty, Slider.SelectionEndProperty);
702
BindToTemplatedParent
(MinimumProperty, Slider.MinimumProperty);
703
BindToTemplatedParent
(MaximumProperty, Slider.MaximumProperty);
704
BindToTemplatedParent
(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);