6 references to SliderGesture
PresentationFramework (6)
src\Framework\System\Windows\Controls\Slider.cs (6)
150new SliderGesture(Key.PageUp, Key.PageDown, false)); 153new SliderGesture(Key.PageDown, Key.PageUp, false)); 156new SliderGesture(Key.Up, Key.Down, false), 157new SliderGesture(Key.Right, Key.Left, true)); 160new SliderGesture(Key.Down, Key.Up, false), 161new SliderGesture(Key.Left, Key.Right, true));