4 references to StylusDownEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1012
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1054
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1381
args = new
StylusDownEventArgs
(report.StylusDevice, report.Timestamp);
1421
eventArgsMain = new
StylusDownEventArgs
(stylusDevice, eventArgsPreview.Timestamp);