@@ -64,23 +64,23 @@ private enum GestureStateType
64
64
65
65
public static readonly RoutedEvent < PointerDeltaEventArgs > PointerTouchPadGestureMagnifyEvent =
66
66
RoutedEvent . Register < PointerDeltaEventArgs > (
67
- "PointerMagnifyGesture " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
67
+ "PointerTouchPadGestureMagnify " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
68
68
69
69
public static readonly RoutedEvent < PointerDeltaEventArgs > PointerTouchPadGestureRotateEvent =
70
70
RoutedEvent . Register < PointerDeltaEventArgs > (
71
- "PointerRotateGesture " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
71
+ "PointerTouchPadGestureRotate " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
72
72
73
73
public static readonly RoutedEvent < PointerDeltaEventArgs > PointerTouchPadGestureSwipeEvent =
74
74
RoutedEvent . Register < PointerDeltaEventArgs > (
75
- "PointerSwipeGesture " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
75
+ "PointerTouchPadGestureSwipe " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
76
76
77
77
public static readonly RoutedEvent < PinchEventArgs > PinchEvent =
78
78
RoutedEvent . Register < PinchEventArgs > (
79
- "PinchEvent " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
79
+ "Pinch " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
80
80
81
81
public static readonly RoutedEvent < PinchEndedEventArgs > PinchEndedEvent =
82
82
RoutedEvent . Register < PinchEndedEventArgs > (
83
- "PinchEndedEvent " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
83
+ "PinchEnded " , RoutingStrategies . Bubble , typeof ( Gestures ) ) ;
84
84
85
85
public static readonly RoutedEvent < PullGestureEventArgs > PullGestureEvent =
86
86
RoutedEvent . Register < PullGestureEventArgs > (
0 commit comments