4 references to DelayProperty
PresentationFramework (4)
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 (2)
338
return (int)GetValue(
DelayProperty
);
342
SetValue(
DelayProperty
, value);