1 write to LastTapPoint
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1109
stylusDevice.
LastTapPoint
= new Point(ptClient.X, ptClient.Y);
1 reference to LastTapPoint
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1080
Point pLastPixelPoint = DeviceUnitsFromMeasureUnits(stylusDevice.CriticalActiveSource, stylusDevice.
LastTapPoint
);