4 references to StylusDownEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
997
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1039
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1383
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1423
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);