18 references to StylusSystemGestureEvent
PresentationCore (18)
System\Windows\Generated\ContentElement.cs (3)
1500
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
1507
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
1508
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
772
EventManager.RegisterClassHandler(type, Stylus.
StylusSystemGestureEvent
, new StylusSystemGestureEventHandler(UIElement.OnStylusSystemGestureThunk), false);
3453
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
3460
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
3461
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1219
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
1226
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
1227
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)
610
return Stylus.
StylusSystemGestureEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1045
else if (eventMain != Stylus.
StylusSystemGestureEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1324
if (e.StagingItem.Input.RoutedEvent == Stylus.
StylusSystemGestureEvent
)
1420
else if (eventMain != Stylus.
StylusSystemGestureEvent
)
1488
else if (e.StagingItem.Input.RoutedEvent == Stylus.
StylusSystemGestureEvent
)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1735
if (stylusEvent == Stylus.
StylusSystemGestureEvent
)