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