Base:
property
TapCount
System.Windows.Input.StylusDeviceBase.TapCount
3 writes to TapCount
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1103stylusDevice.TapCount++; 1108stylusDevice.TapCount = 1;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1791TapCount = 1; // reset on a drag or flick.