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