2 writes to _cpFirst
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
2523_cpFirst = cpFirst; 2669_cpFirst -= textSpan.Length;
2 references to _cpFirst
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
2632while (continueScanning && _cpFirst > _cpFirstScope) 2634TextSpan<CultureSpecificCharacterBufferRange> textSpan = _settings.GetPrecedingText(_cpFirst);