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