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