1 write to LastTapBarrelDown
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1102
stylusDevice.
LastTapBarrelDown
= bBarrelPressed;
2 references to LastTapBarrelDown
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
949
GenerateGesture(stylusInputReport, stylusDevice.
LastTapBarrelDown
? SystemGesture.RightTap : SystemGesture.Tap);
1091
&& (bBarrelPressed == stylusDevice.
LastTapBarrelDown
))