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)
718if (!goingOutOfRange || _cachedMovePenContext.IsInRange(_cachedMoveStylusPointerId)) 720_cachedMovePenContext.FirePenInRange(_cachedMoveStylusPointerId, _cachedMoveData, _cachedMoveStartTimestamp); 721_cachedMovePenContext.FirePackets(_cachedMoveStylusPointerId, _cachedMoveData, _cachedMoveStartTimestamp); 748else if (_cachedMovePenContext == penContext && stylusPointerId == _cachedMoveStylusPointerId)