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