13 references to StylusEventArgs
PresentationCore (13)
System\Windows\Input\Stylus\Common\StylusButtonEventArgs.cs (1)
36base(stylusDevice, timestamp)
System\Windows\Input\Stylus\Common\StylusDownEventArgs.cs (1)
31base(stylusDevice, timestamp)
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
37base(stylusDevice, timestamp) 79base(stylusDevice, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1016args = new StylusEventArgs(report.StylusDevice, report.Timestamp); 1064eventArgsMain = new StylusEventArgs(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1072StylusEventArgs lostCapture = new StylusEventArgs(StylusDevice, timestamp); 1079StylusEventArgs gotCapture = new StylusEventArgs(StylusDevice, timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1385args = new StylusEventArgs(report.StylusDevice, report.Timestamp); 1431eventArgsMain = new StylusEventArgs(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
662StylusEventArgs lostCapture = new StylusEventArgs(StylusDevice, timestamp); 669StylusEventArgs gotCapture = new StylusEventArgs(StylusDevice, timestamp);
System\Windows\StylusOverProperty.cs (1)
41StylusEventArgs stylusEventArgs = new StylusEventArgs(Stylus.CurrentStylusDevice, Environment.TickCount);