18 references to StylusSystemGestureEvent
PresentationCore (18)
System\Windows\Generated\ContentElement.cs (3)
1489public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.AddOwner(_typeofThis); 1496add { AddHandler(Stylus.StylusSystemGestureEvent, value, false); } 1497remove { RemoveHandler(Stylus.StylusSystemGestureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
761EventManager.RegisterClassHandler(type, Stylus.StylusSystemGestureEvent, new StylusSystemGestureEventHandler(UIElement.OnStylusSystemGestureThunk), false); 3442public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.AddOwner(_typeofThis); 3449add { AddHandler(Stylus.StylusSystemGestureEvent, value, false); } 3450remove { RemoveHandler(Stylus.StylusSystemGestureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1217public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.AddOwner(_typeofThis); 1224add { AddHandler(Stylus.StylusSystemGestureEvent, value, false); } 1225remove { RemoveHandler(Stylus.StylusSystemGestureEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
402UIElement.AddHandler(element, StylusSystemGestureEvent, handler); 412UIElement.RemoveHandler(element, StylusSystemGestureEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
604return Stylus.StylusSystemGestureEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1047else if (eventMain != Stylus.StylusSystemGestureEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1335if (e.StagingItem.Input.RoutedEvent == Stylus.StylusSystemGestureEvent) 1431else if (eventMain != Stylus.StylusSystemGestureEvent) 1499else if (e.StagingItem.Input.RoutedEvent == Stylus.StylusSystemGestureEvent)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1740if (stylusEvent == Stylus.StylusSystemGestureEvent)