3 references to IsSelectionRangeEnabledProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\TickBar.cs (3)
202get { return (bool) GetValue(IsSelectionRangeEnabledProperty); } 203set { SetValue(IsSelectionRangeEnabledProperty, BooleanBoxes.Box(value)); } 684BindToTemplatedParent(IsSelectionRangeEnabledProperty, Slider.IsSelectionRangeEnabledProperty);