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