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