4 references to IntervalProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\Track.cs (2)
740BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.IntervalProperty, Slider.IntervalProperty); 742BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.IntervalProperty, Slider.IntervalProperty);
System\Windows\Controls\Slider.cs (2)
350return (int)GetValue(IntervalProperty); 354SetValue(IntervalProperty, value);