2 writes to _cachedMoveStylusPointerId
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
728
_cachedMoveStylusPointerId
= 0;
745
_cachedMoveStylusPointerId
= stylusPointerId;
4 references to _cachedMoveStylusPointerId
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (4)
720
if (!goingOutOfRange || _cachedMovePenContext.IsInRange(
_cachedMoveStylusPointerId
))
722
_cachedMovePenContext.FirePenInRange(
_cachedMoveStylusPointerId
, _cachedMoveData, _cachedMoveStartTimestamp);
723
_cachedMovePenContext.FirePackets(
_cachedMoveStylusPointerId
, _cachedMoveData, _cachedMoveStartTimestamp);
750
else if (_cachedMovePenContext == penContext && stylusPointerId ==
_cachedMoveStylusPointerId
)