2 writes to _cpFirst
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
2507_cpFirst = cpFirst; 2653_cpFirst -= textSpan.Length;
2 references to _cpFirst
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
2616while (continueScanning && _cpFirst > _cpFirstScope) 2618TextSpan<CultureSpecificCharacterBufferRange> textSpan = _settings.GetPrecedingText(_cpFirst);