5 references to IntervalProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\RepeatButton.cs (2)
90
return (int)GetValue(
IntervalProperty
);
94
SetValue(
IntervalProperty
, value);
System\Windows\Controls\Primitives\Track.cs (2)
740
BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.
IntervalProperty
, Slider.IntervalProperty);
742
BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.
IntervalProperty
, Slider.IntervalProperty);
System\Windows\Controls\Slider.cs (1)
339
public static readonly DependencyProperty IntervalProperty = RepeatButton.
IntervalProperty
.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardSpeed()));