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