4 instantiations of StylusSystemGestureEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1006
args = new
StylusSystemGestureEventArgs
(report.StylusDevice,
1053
eventArgsMain = new
StylusSystemGestureEventArgs
(stylusDevice,
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1392
args = new
StylusSystemGestureEventArgs
(report.StylusDevice,
1437
eventArgsMain = new
StylusSystemGestureEventArgs
(stylusDevice,
22 references to StylusSystemGestureEventArgs
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (2)
1483
protected internal virtual void OnPreviewStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
1502
protected internal virtual void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
System\Windows\Generated\UIElement.cs (4)
1709
private static void OnPreviewStylusSystemGestureThunk(object sender,
StylusSystemGestureEventArgs
e)
1734
private static void OnStylusSystemGestureThunk(object sender,
StylusSystemGestureEventArgs
e)
3436
protected virtual void OnPreviewStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
3455
protected virtual void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (2)
1213
protected internal virtual void OnPreviewStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
1232
protected internal virtual void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
System\Windows\Input\Stylus\Common\StylusSystemGestureEventHandler.cs (1)
10
public delegate void StylusSystemGestureEventHandler(object sender,
StylusSystemGestureEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
1052
StylusSystemGestureEventArgs
previewSystemGesture = (
StylusSystemGestureEventArgs
)eventArgsPreview;
1303
StylusSystemGestureEventArgs
stylusGestureEventArgs = args.StagingItem.Input as
StylusSystemGestureEventArgs
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
1336
StylusSystemGestureEventArgs
stylusSystemGesture = (
StylusSystemGestureEventArgs
)e.StagingItem.Input;
1436
StylusSystemGestureEventArgs
previewSystemGesture = (
StylusSystemGestureEventArgs
)eventArgsPreview;
1738
if (IgnoreGestureToMousePromotion(stylusArgs as
StylusSystemGestureEventArgs
, stylusDevice.TouchDevice))
1782
private bool IgnoreGestureToMousePromotion(
StylusSystemGestureEventArgs
gestureArgs, WispStylusTouchDevice touchDevice)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1742
StylusSystemGestureEventArgs
systemGestureArgs = (
StylusSystemGestureEventArgs
)stylusArgs;
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
859
protected override void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e)