5 references to IntervalProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (2)
99return (int)GetValue(IntervalProperty); 103SetValue(IntervalProperty, value);
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 (1)
352public static readonly DependencyProperty IntervalProperty = RepeatButton.IntervalProperty.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardSpeed()));