8 references to BindToTemplatedParent
PresentationFramework (8)
System\Windows\Controls\Primitives\TickBar.cs (8)
683BindToTemplatedParent(TicksProperty, Slider.TicksProperty); 684BindToTemplatedParent(TickFrequencyProperty, Slider.TickFrequencyProperty); 685BindToTemplatedParent(IsSelectionRangeEnabledProperty, Slider.IsSelectionRangeEnabledProperty); 686BindToTemplatedParent(SelectionStartProperty, Slider.SelectionStartProperty); 687BindToTemplatedParent(SelectionEndProperty, Slider.SelectionEndProperty); 688BindToTemplatedParent(MinimumProperty, Slider.MinimumProperty); 689BindToTemplatedParent(MaximumProperty, Slider.MaximumProperty); 690BindToTemplatedParent(IsDirectionReversedProperty, Slider.IsDirectionReversedProperty);