18 references to StylusSystemGestureEvent
PresentationCore (18)
System\Windows\Generated\ContentElement.cs (3)
1504
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
1511
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
1512
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
776
EventManager.RegisterClassHandler(type, Stylus.
StylusSystemGestureEvent
, new StylusSystemGestureEventHandler(UIElement.OnStylusSystemGestureThunk), false);
3457
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
3464
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
3465
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1225
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
1232
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
1233
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
407
UIElement.AddHandler(element,
StylusSystemGestureEvent
, handler);
417
UIElement.RemoveHandler(element,
StylusSystemGestureEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
620
return Stylus.
StylusSystemGestureEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1062
else if (eventMain != Stylus.
StylusSystemGestureEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1333
if (e.StagingItem.Input.RoutedEvent == Stylus.
StylusSystemGestureEvent
)
1429
else if (eventMain != Stylus.
StylusSystemGestureEvent
)
1497
else if (e.StagingItem.Input.RoutedEvent == Stylus.
StylusSystemGestureEvent
)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1738
if (stylusEvent == Stylus.
StylusSystemGestureEvent
)