18 references to StylusSystemGestureEvent
PresentationCore (18)
System\Windows\Generated\ContentElement.cs (3)
1488
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
1495
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
1496
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
760
EventManager.RegisterClassHandler(type, Stylus.
StylusSystemGestureEvent
, new StylusSystemGestureEventHandler(UIElement.OnStylusSystemGestureThunk), false);
3441
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
3448
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
3449
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1218
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.
StylusSystemGestureEvent
.AddOwner(_typeofThis);
1225
add { AddHandler(Stylus.
StylusSystemGestureEvent
, value, false); }
1226
remove { RemoveHandler(Stylus.
StylusSystemGestureEvent
, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
401
UIElement.AddHandler(element,
StylusSystemGestureEvent
, handler);
411
UIElement.RemoveHandler(element,
StylusSystemGestureEvent
, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
603
return Stylus.
StylusSystemGestureEvent
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1046
else if (eventMain != Stylus.
StylusSystemGestureEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1334
if (e.StagingItem.Input.RoutedEvent == Stylus.
StylusSystemGestureEvent
)
1430
else if (eventMain != Stylus.
StylusSystemGestureEvent
)
1498
else if (e.StagingItem.Input.RoutedEvent == Stylus.
StylusSystemGestureEvent
)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1739
if (stylusEvent == Stylus.
StylusSystemGestureEvent
)