18 references to StylusSystemGestureEvent
PresentationCore (18)
System\Windows\Generated\ContentElement.cs (3)
1506public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.AddOwner(_typeofThis); 1513add { AddHandler(Stylus.StylusSystemGestureEvent, value, false); } 1514remove { RemoveHandler(Stylus.StylusSystemGestureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
778EventManager.RegisterClassHandler(type, Stylus.StylusSystemGestureEvent, new StylusSystemGestureEventHandler(UIElement.OnStylusSystemGestureThunk), false); 3459public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.AddOwner(_typeofThis); 3466add { AddHandler(Stylus.StylusSystemGestureEvent, value, false); } 3467remove { RemoveHandler(Stylus.StylusSystemGestureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1227public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.AddOwner(_typeofThis); 1234add { AddHandler(Stylus.StylusSystemGestureEvent, value, false); } 1235remove { RemoveHandler(Stylus.StylusSystemGestureEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
407UIElement.AddHandler(element, StylusSystemGestureEvent, handler); 417UIElement.RemoveHandler(element, StylusSystemGestureEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
627return Stylus.StylusSystemGestureEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1062else if (eventMain != Stylus.StylusSystemGestureEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1333if (e.StagingItem.Input.RoutedEvent == Stylus.StylusSystemGestureEvent) 1429else if (eventMain != Stylus.StylusSystemGestureEvent) 1497else if (e.StagingItem.Input.RoutedEvent == Stylus.StylusSystemGestureEvent)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1769if (stylusEvent == Stylus.StylusSystemGestureEvent)