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