2 writes to _cachedMoveStylusPointerId
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
726
_cachedMoveStylusPointerId
= 0;
743
_cachedMoveStylusPointerId
= stylusPointerId;
4 references to _cachedMoveStylusPointerId
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (4)
718
if (!goingOutOfRange || _cachedMovePenContext.IsInRange(
_cachedMoveStylusPointerId
))
720
_cachedMovePenContext.FirePenInRange(
_cachedMoveStylusPointerId
, _cachedMoveData, _cachedMoveStartTimestamp);
721
_cachedMovePenContext.FirePackets(
_cachedMoveStylusPointerId
, _cachedMoveData, _cachedMoveStartTimestamp);
748
else if (_cachedMovePenContext == penContext && stylusPointerId ==
_cachedMoveStylusPointerId
)