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