4 instantiations of StylusDownEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
995
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1037
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1372
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1412
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
17 references to StylusDownEventArgs
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (2)
1229
protected internal virtual void OnPreviewStylusDown(
StylusDownEventArgs
e) {}
1248
protected internal virtual void OnStylusDown(
StylusDownEventArgs
e) {}
System\Windows\Generated\UIElement.cs (4)
1371
private static void OnPreviewStylusDownThunk(object sender,
StylusDownEventArgs
e)
1396
private static void OnStylusDownThunk(object sender,
StylusDownEventArgs
e)
3182
protected virtual void OnPreviewStylusDown(
StylusDownEventArgs
e) {}
3201
protected virtual void OnStylusDown(
StylusDownEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (2)
948
protected internal virtual void OnPreviewStylusDown(
StylusDownEventArgs
e) {}
967
protected internal virtual void OnStylusDown(
StylusDownEventArgs
e) {}
System\Windows\Input\Stylus\Common\StylusDownEventHandler.cs (1)
11
public delegate void StylusDownEventHandler(object sender,
StylusDownEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1036
StylusDownEventArgs
downEventArgsPreview = (
StylusDownEventArgs
)eventArgsPreview;
1265
StylusEventArgs stylusDownEventArgs = args.StagingItem.Input as
StylusDownEventArgs
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1049
StylusEventArgs stylusDownEventArgs = e.StagingItem.Input as
StylusDownEventArgs
;
1411
StylusDownEventArgs
downEventArgsPreview = (
StylusDownEventArgs
)eventArgsPreview;
PresentationFramework (2)
System\Windows\Controls\InkCanvas.cs (1)
57
new StylusDownEventHandler(_OnDeviceDown<
StylusDownEventArgs
>));
System\Windows\Controls\StickyNote.cs (1)
96
EventManager.RegisterClassHandler(owner, Stylus.PreviewStylusDownEvent, new StylusDownEventHandler(_OnPreviewDeviceDown<
StylusDownEventArgs
>));