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