13 references to StylusEventArgs
PresentationCore (13)
System\Windows\Input\Stylus\Common\StylusButtonEventArgs.cs (1)
30base(stylusDevice, timestamp)
System\Windows\Input\Stylus\Common\StylusDownEventArgs.cs (1)
25base(stylusDevice, timestamp)
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
31base(stylusDevice, timestamp) 73base(stylusDevice, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1000args = new StylusEventArgs(report.StylusDevice, report.Timestamp); 1048eventArgsMain = new StylusEventArgs(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1048StylusEventArgs lostCapture = new StylusEventArgs(StylusDevice, timestamp) 1057StylusEventArgs gotCapture = new StylusEventArgs(StylusDevice, timestamp)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1386args = new StylusEventArgs(report.StylusDevice, report.Timestamp); 1432eventArgsMain = new StylusEventArgs(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
626StylusEventArgs lostCapture = new StylusEventArgs(StylusDevice, timestamp) 635StylusEventArgs gotCapture = new StylusEventArgs(StylusDevice, timestamp)
System\Windows\StylusOverProperty.cs (1)
38StylusEventArgs stylusEventArgs = new StylusEventArgs(Stylus.CurrentStylusDevice, Environment.TickCount)