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