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