5 references to DelayProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (2)
72
return (int)GetValue(
DelayProperty
);
76
SetValue(
DelayProperty
, value);
src\Framework\System\Windows\Controls\Primitives\Track.cs (2)
752
BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
754
BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
src\Framework\System\Windows\Controls\Slider.cs (1)
327
public static readonly DependencyProperty DelayProperty = RepeatButton.
DelayProperty
.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardDelay()));