2 writes to _cachedMoveStylusPointerId
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
727_cachedMoveStylusPointerId = 0; 744_cachedMoveStylusPointerId = stylusPointerId;
4 references to _cachedMoveStylusPointerId
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (4)
719if (!goingOutOfRange || _cachedMovePenContext.IsInRange(_cachedMoveStylusPointerId)) 721_cachedMovePenContext.FirePenInRange(_cachedMoveStylusPointerId, _cachedMoveData, _cachedMoveStartTimestamp); 722_cachedMovePenContext.FirePackets(_cachedMoveStylusPointerId, _cachedMoveData, _cachedMoveStartTimestamp); 749else if (_cachedMovePenContext == penContext && stylusPointerId == _cachedMoveStylusPointerId)