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