4 references to StylusDownEventArgs
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
996args = new StylusDownEventArgs(report.StylusDevice, report.Timestamp); 1038eventArgsMain = new StylusDownEventArgs(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1382args = new StylusDownEventArgs(report.StylusDevice, report.Timestamp); 1422eventArgsMain = new StylusDownEventArgs(stylusDevice, eventArgsPreview.Timestamp);