13 references to StylusEventArgs
PresentationCore (13)
System\Windows\Input\Stylus\Common\StylusButtonEventArgs.cs (1)
31
base
(stylusDevice, timestamp)
System\Windows\Input\Stylus\Common\StylusDownEventArgs.cs (1)
26
base
(stylusDevice, timestamp)
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
32
base
(stylusDevice, timestamp)
74
base
(stylusDevice, timestamp)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1001
args = new
StylusEventArgs
(report.StylusDevice, report.Timestamp);
1049
eventArgsMain = new
StylusEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1049
StylusEventArgs lostCapture = new
StylusEventArgs
(StylusDevice, timestamp)
1058
StylusEventArgs gotCapture = new
StylusEventArgs
(StylusDevice, timestamp)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1387
args = new
StylusEventArgs
(report.StylusDevice, report.Timestamp);
1433
eventArgsMain = new
StylusEventArgs
(stylusDevice, eventArgsPreview.Timestamp);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
630
StylusEventArgs lostCapture = new
StylusEventArgs
(StylusDevice, timestamp)
639
StylusEventArgs gotCapture = new
StylusEventArgs
(StylusDevice, timestamp)
System\Windows\StylusOverProperty.cs (1)
39
StylusEventArgs stylusEventArgs = new
StylusEventArgs
(Stylus.CurrentStylusDevice, Environment.TickCount)