4 references to IntervalProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Track.cs (2)
753BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.IntervalProperty, Slider.IntervalProperty); 755BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.IntervalProperty, Slider.IntervalProperty);
src\Framework\System\Windows\Controls\Slider.cs (2)
363return (int)GetValue(IntervalProperty); 367SetValue(IntervalProperty, value);