2 writes to _cpFirst
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
2533_cpFirst = cpFirst; 2679_cpFirst -= textSpan.Length;
2 references to _cpFirst
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
2642while (continueScanning && _cpFirst > _cpFirstScope) 2644TextSpan<CultureSpecificCharacterBufferRange> textSpan = _settings.GetPrecedingText(_cpFirst);