3 references to StylusButtonEventArgs
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1045
eventArgsMain = new
StylusButtonEventArgs
(stylusDevice, eventArgsPreview.Timestamp, buttonEventArgsPreview.StylusButton);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1429
eventArgsMain = new
StylusButtonEventArgs
(stylusDevice, eventArgsPreview.Timestamp, buttonEventArgsPreview.StylusButton);
2914
StylusButtonEventArgs args = new
StylusButtonEventArgs
(stylusDevice, report.Timestamp, button)