4 instantiations of StylusSystemGestureEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1007
args = new
StylusSystemGestureEventArgs
(report.StylusDevice,
1054
eventArgsMain = new
StylusSystemGestureEventArgs
(stylusDevice,
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1393
args = new
StylusSystemGestureEventArgs
(report.StylusDevice,
1438
eventArgsMain = new
StylusSystemGestureEventArgs
(stylusDevice,
22 references to StylusSystemGestureEventArgs
PresentationCore (21)
System\Windows\Generated\ContentElement.cs (2)
1487
protected internal virtual void OnPreviewStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
1506
protected internal virtual void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
System\Windows\Generated\UIElement.cs (4)
1713
private static void OnPreviewStylusSystemGestureThunk(object sender,
StylusSystemGestureEventArgs
e)
1738
private static void OnStylusSystemGestureThunk(object sender,
StylusSystemGestureEventArgs
e)
3440
protected virtual void OnPreviewStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
3459
protected virtual void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (2)
1212
protected internal virtual void OnPreviewStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
1231
protected internal virtual void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e) {}
System\Windows\Input\Stylus\Common\StylusSystemGestureEventHandler.cs (1)
11
public delegate void StylusSystemGestureEventHandler(object sender,
StylusSystemGestureEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
1053
StylusSystemGestureEventArgs
previewSystemGesture = (
StylusSystemGestureEventArgs
)eventArgsPreview;
1304
StylusSystemGestureEventArgs
stylusGestureEventArgs = args.StagingItem.Input as
StylusSystemGestureEventArgs
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
1337
StylusSystemGestureEventArgs
stylusSystemGesture = (
StylusSystemGestureEventArgs
)e.StagingItem.Input;
1437
StylusSystemGestureEventArgs
previewSystemGesture = (
StylusSystemGestureEventArgs
)eventArgsPreview;
1739
if (IgnoreGestureToMousePromotion(stylusArgs as
StylusSystemGestureEventArgs
, stylusDevice.TouchDevice))
1783
private bool IgnoreGestureToMousePromotion(
StylusSystemGestureEventArgs
gestureArgs, WispStylusTouchDevice touchDevice)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1746
StylusSystemGestureEventArgs
systemGestureArgs = (
StylusSystemGestureEventArgs
)stylusArgs;
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
860
protected override void OnStylusSystemGesture(
StylusSystemGestureEventArgs
e)