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