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)
2617
while (continueScanning &&
_cpFirst
> _cpFirstScope)
2619
TextSpan<CultureSpecificCharacterBufferRange> textSpan = _settings.GetPrecedingText(
_cpFirst
);