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