4 references to IntervalProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\Track.cs (2)
729BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.IntervalProperty, Slider.IntervalProperty); 731BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.IntervalProperty, Slider.IntervalProperty);
System\Windows\Controls\Slider.cs (2)
331return (int)GetValue(IntervalProperty); 335SetValue(IntervalProperty, value);