4 instantiations of StylusDownEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
996
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1038
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1382
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1422
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
17 references to StylusDownEventArgs
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (2)
1217
protected internal virtual void OnPreviewStylusDown(
StylusDownEventArgs
e) {}
1236
protected internal virtual void OnStylusDown(
StylusDownEventArgs
e) {}
System\Windows\Generated\UIElement.cs (4)
1359
private static void OnPreviewStylusDownThunk(object sender,
StylusDownEventArgs
e)
1384
private static void OnStylusDownThunk(object sender,
StylusDownEventArgs
e)
3170
protected virtual void OnPreviewStylusDown(
StylusDownEventArgs
e) {}
3189
protected virtual void OnStylusDown(
StylusDownEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (2)
947
protected internal virtual void OnPreviewStylusDown(
StylusDownEventArgs
e) {}
966
protected internal virtual void OnStylusDown(
StylusDownEventArgs
e) {}
System\Windows\Input\Stylus\Common\StylusDownEventHandler.cs (1)
10
public delegate void StylusDownEventHandler(object sender,
StylusDownEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1037
StylusDownEventArgs
downEventArgsPreview = (
StylusDownEventArgs
)eventArgsPreview;
1266
StylusEventArgs stylusDownEventArgs = args.StagingItem.Input as
StylusDownEventArgs
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1057
StylusEventArgs stylusDownEventArgs = e.StagingItem.Input as
StylusDownEventArgs
;
1421
StylusDownEventArgs
downEventArgsPreview = (
StylusDownEventArgs
)eventArgsPreview;
PresentationFramework (2)
System\Windows\Controls\InkCanvas.cs (1)
56
new StylusDownEventHandler(_OnDeviceDown<
StylusDownEventArgs
>));
System\Windows\Controls\StickyNote.cs (1)
84
EventManager.RegisterClassHandler(owner, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(_OnPreviewDeviceDown<
StylusDownEventArgs
>));