2 references to GetKeyboardSpeed
PresentationFramework (2)
System\Windows\Controls\Primitives\RepeatButton.cs (1)
77
new FrameworkPropertyMetadata(
GetKeyboardSpeed
()),
System\Windows\Controls\Slider.cs (1)
320
public static readonly DependencyProperty IntervalProperty = RepeatButton.IntervalProperty.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.
GetKeyboardSpeed
()));