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)
737
BindChildToTemplatedParent(DecreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
739
BindChildToTemplatedParent(IncreaseRepeatButton, RepeatButton.
DelayProperty
, Slider.DelayProperty);
System\Windows\Controls\Slider.cs (1)
296
public static readonly DependencyProperty DelayProperty = RepeatButton.
DelayProperty
.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardDelay()));