2 writes to _cpFirst
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
2508_cpFirst = cpFirst; 2654_cpFirst -= textSpan.Length;
2 references to _cpFirst
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
2617while (continueScanning && _cpFirst > _cpFirstScope) 2619TextSpan<CultureSpecificCharacterBufferRange> textSpan = _settings.GetPrecedingText(_cpFirst);