5 references to DelayProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\RepeatButton.cs (2)
63
return (int)GetValue(
DelayProperty
);
67
SetValue(
DelayProperty
, value);
System\Windows\Controls\Primitives\Track.cs (2)
739
BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
741
BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
System\Windows\Controls\Slider.cs (1)
314
public static readonly DependencyProperty DelayProperty = RepeatButton.
DelayProperty
.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardDelay()));