3 types derived from StylusEventArgs
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusButtonEventArgs.cs (1)
12
public class StylusButtonEventArgs :
StylusEventArgs
System\Windows\Input\Stylus\Common\StylusDownEventArgs.cs (1)
11
public class StylusDownEventArgs :
StylusEventArgs
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (1)
14
public class StylusSystemGestureEventArgs :
StylusEventArgs
9 instantiations of StylusEventArgs
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1001
args = new
StylusEventArgs
(report.StylusDevice, report.Timestamp);
1049
eventArgsMain = new
StylusEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1049
StylusEventArgs lostCapture = new
StylusEventArgs
(StylusDevice, timestamp)
1058
StylusEventArgs gotCapture = new
StylusEventArgs
(StylusDevice, timestamp)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1387
args = new
StylusEventArgs
(report.StylusDevice, report.Timestamp);
1433
eventArgsMain = new
StylusEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
627
StylusEventArgs lostCapture = new
StylusEventArgs
(StylusDevice, timestamp)
636
StylusEventArgs gotCapture = new
StylusEventArgs
(StylusDevice, timestamp)
System\Windows\StylusOverProperty.cs (1)
39
StylusEventArgs stylusEventArgs = new
StylusEventArgs
(Stylus.CurrentStylusDevice, Environment.TickCount)
104 references to StylusEventArgs
PresentationCore (95)
System\Windows\Generated\ContentElement.cs (14)
1256
protected internal virtual void OnPreviewStylusUp(
StylusEventArgs
e) {}
1275
protected internal virtual void OnStylusUp(
StylusEventArgs
e) {}
1294
protected internal virtual void OnPreviewStylusMove(
StylusEventArgs
e) {}
1313
protected internal virtual void OnStylusMove(
StylusEventArgs
e) {}
1332
protected internal virtual void OnPreviewStylusInAirMove(
StylusEventArgs
e) {}
1351
protected internal virtual void OnStylusInAirMove(
StylusEventArgs
e) {}
1370
protected internal virtual void OnStylusEnter(
StylusEventArgs
e) {}
1389
protected internal virtual void OnStylusLeave(
StylusEventArgs
e) {}
1408
protected internal virtual void OnPreviewStylusInRange(
StylusEventArgs
e) {}
1427
protected internal virtual void OnStylusInRange(
StylusEventArgs
e) {}
1446
protected internal virtual void OnPreviewStylusOutOfRange(
StylusEventArgs
e) {}
1465
protected internal virtual void OnStylusOutOfRange(
StylusEventArgs
e) {}
1522
protected internal virtual void OnGotStylusCapture(
StylusEventArgs
e) {}
1541
protected internal virtual void OnLostStylusCapture(
StylusEventArgs
e) {}
System\Windows\Generated\UIElement.cs (28)
1410
private static void OnPreviewStylusUpThunk(object sender,
StylusEventArgs
e)
1435
private static void OnStylusUpThunk(object sender,
StylusEventArgs
e)
1460
private static void OnPreviewStylusMoveThunk(object sender,
StylusEventArgs
e)
1485
private static void OnStylusMoveThunk(object sender,
StylusEventArgs
e)
1510
private static void OnPreviewStylusInAirMoveThunk(object sender,
StylusEventArgs
e)
1535
private static void OnStylusInAirMoveThunk(object sender,
StylusEventArgs
e)
1560
private static void OnStylusEnterThunk(object sender,
StylusEventArgs
e)
1585
private static void OnStylusLeaveThunk(object sender,
StylusEventArgs
e)
1610
private static void OnPreviewStylusInRangeThunk(object sender,
StylusEventArgs
e)
1635
private static void OnStylusInRangeThunk(object sender,
StylusEventArgs
e)
1660
private static void OnPreviewStylusOutOfRangeThunk(object sender,
StylusEventArgs
e)
1685
private static void OnStylusOutOfRangeThunk(object sender,
StylusEventArgs
e)
1760
private static void OnGotStylusCaptureThunk(object sender,
StylusEventArgs
e)
1785
private static void OnLostStylusCaptureThunk(object sender,
StylusEventArgs
e)
3209
protected virtual void OnPreviewStylusUp(
StylusEventArgs
e) {}
3228
protected virtual void OnStylusUp(
StylusEventArgs
e) {}
3247
protected virtual void OnPreviewStylusMove(
StylusEventArgs
e) {}
3266
protected virtual void OnStylusMove(
StylusEventArgs
e) {}
3285
protected virtual void OnPreviewStylusInAirMove(
StylusEventArgs
e) {}
3304
protected virtual void OnStylusInAirMove(
StylusEventArgs
e) {}
3323
protected virtual void OnStylusEnter(
StylusEventArgs
e) {}
3342
protected virtual void OnStylusLeave(
StylusEventArgs
e) {}
3361
protected virtual void OnPreviewStylusInRange(
StylusEventArgs
e) {}
3380
protected virtual void OnStylusInRange(
StylusEventArgs
e) {}
3399
protected virtual void OnPreviewStylusOutOfRange(
StylusEventArgs
e) {}
3418
protected virtual void OnStylusOutOfRange(
StylusEventArgs
e) {}
3475
protected virtual void OnGotStylusCapture(
StylusEventArgs
e) {}
3494
protected virtual void OnLostStylusCapture(
StylusEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (14)
986
protected internal virtual void OnPreviewStylusUp(
StylusEventArgs
e) {}
1005
protected internal virtual void OnStylusUp(
StylusEventArgs
e) {}
1024
protected internal virtual void OnPreviewStylusMove(
StylusEventArgs
e) {}
1043
protected internal virtual void OnStylusMove(
StylusEventArgs
e) {}
1062
protected internal virtual void OnPreviewStylusInAirMove(
StylusEventArgs
e) {}
1081
protected internal virtual void OnStylusInAirMove(
StylusEventArgs
e) {}
1100
protected internal virtual void OnStylusEnter(
StylusEventArgs
e) {}
1119
protected internal virtual void OnStylusLeave(
StylusEventArgs
e) {}
1138
protected internal virtual void OnPreviewStylusInRange(
StylusEventArgs
e) {}
1157
protected internal virtual void OnStylusInRange(
StylusEventArgs
e) {}
1176
protected internal virtual void OnPreviewStylusOutOfRange(
StylusEventArgs
e) {}
1195
protected internal virtual void OnStylusOutOfRange(
StylusEventArgs
e) {}
1252
protected internal virtual void OnGotStylusCapture(
StylusEventArgs
e) {}
1271
protected internal virtual void OnLostStylusCapture(
StylusEventArgs
e) {}
System\Windows\Input\Stylus\Common\StylusEventHandler.cs (1)
11
public delegate void StylusEventHandler(object sender,
StylusEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (11)
965
private bool IsTouchPromotionEvent(
StylusEventArgs
stylusEventArgs)
991
StylusEventArgs
args;
1031
StylusEventArgs
eventArgsPreview = (
StylusEventArgs
)e.StagingItem.Input;
1034
StylusEventArgs
eventArgsMain;
1072
StylusEventArgs
stylusEventArgs = e.StagingItem.Input as
StylusEventArgs
;
1087
StylusEventArgs
stylusEventArgs = e.StagingItem.Input as
StylusEventArgs
;
1124
private void PromoteMainToTouch(ProcessInputEventArgs e,
StylusEventArgs
stylusEventArgs)
1267
StylusEventArgs
stylusDownEventArgs = args.StagingItem.Input as StylusDownEventArgs;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1049
StylusEventArgs
lostCapture = new StylusEventArgs(StylusDevice, timestamp)
1058
StylusEventArgs
gotCapture = new StylusEventArgs(StylusDevice, timestamp)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (21)
1058
StylusEventArgs
stylusDownEventArgs = e.StagingItem.Input as StylusDownEventArgs;
1263
StylusEventArgs
eventArgsOutOfRange = (
StylusEventArgs
)e.StagingItem.Input;
1325
StylusEventArgs
stylusMove = (
StylusEventArgs
)e.StagingItem.Input;
1359
var
stylusArgs = e.StagingItem.Input as
StylusEventArgs
;
1378
StylusEventArgs
args;
1415
StylusEventArgs
eventArgsPreview = (
StylusEventArgs
)e.StagingItem.Input;
1418
StylusEventArgs
eventArgsMain;
1456
StylusEventArgs
stylusEventArgs = e.StagingItem.Input as
StylusEventArgs
;
1468
StylusEventArgs
stylusEventArgs = stagingItem.Input as
StylusEventArgs
;
1523
private static bool IsTouchPromotionEvent(
StylusEventArgs
stylusEventArgs)
1542
private void PromoteMainToTouch(ProcessInputEventArgs e,
StylusEventArgs
stylusEventArgs)
1729
StylusEventArgs
stylusArgs = stagingItem.Input as
StylusEventArgs
;
2892
StylusEventArgs
eventArgs = (
StylusEventArgs
)e.StagingItem.Input;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
627
StylusEventArgs
lostCapture = new StylusEventArgs(StylusDevice, timestamp)
636
StylusEventArgs
gotCapture = new StylusEventArgs(StylusDevice, timestamp)
1738
internal RawMouseActions GetMouseActionsFromStylusEventAndPlaybackCachedDown(RoutedEvent stylusEvent,
StylusEventArgs
stylusArgs)
System\Windows\StylusOverProperty.cs (1)
39
StylusEventArgs
stylusEventArgs = new StylusEventArgs(Stylus.CurrentStylusDevice, Environment.TickCount)
PresentationFramework (9)
MS\Internal\Ink\EditingCoordinator.cs (8)
633
private void OnInkCanvasStylusInAirOrInRangeMove(object sender,
StylusEventArgs
args)
663
private void OnInkCanvasStylusOutOfRange(object sender,
StylusEventArgs
args)
709
StylusEventArgs
stylusEventArgs = args as
StylusEventArgs
;
958
_inkCanvas.AddHandler(Stylus.StylusMoveEvent, new StylusEventHandler(OnInkCanvasDeviceMove<
StylusEventArgs
>));
959
_inkCanvas.AddHandler(UIElement.LostStylusCaptureEvent, new StylusEventHandler(OnInkCanvasLostDeviceCapture<
StylusEventArgs
>));
1011
_inkCanvas.RemoveHandler(Stylus.StylusMoveEvent, new StylusEventHandler(OnInkCanvasDeviceMove<
StylusEventArgs
>));
1012
_inkCanvas.RemoveHandler(UIElement.LostStylusCaptureEvent, new StylusEventHandler(OnInkCanvasLostDeviceCapture<
StylusEventArgs
>));
System\Windows\Controls\InkCanvas.cs (1)
63
new StylusEventHandler(_OnDeviceUp<
StylusEventArgs
>));