5 references to DelayProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\RepeatButton.cs (2)
62
return (int)GetValue(
DelayProperty
);
66
SetValue(
DelayProperty
, value);
System\Windows\Controls\Primitives\Track.cs (2)
728
BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
730
BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
System\Windows\Controls\Slider.cs (1)
295
public static readonly DependencyProperty DelayProperty = RepeatButton.
DelayProperty
.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardDelay()));