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