6 writes to _lscchUpTo
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (6)
402
_lscchUpTo
+= 1;
1109
_lscchUpTo
= lscp + lsrun.Length;
1116
_lscchUpTo
+= 1;
1496
_lscchUpTo
++;
1664
_lscchUpTo
+= lsrunLength;
1757
_lscchUpTo
+= cch;
8 references to _lscchUpTo
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (8)
175
if (_cpFirst +
_lscchUpTo
<= lscpFetch)
401
_plsrunVectorLatestPosition = _plsrunVector.SetValue(
_lscchUpTo
, 1, Plsrun.FakeLineBreak, _plsrunVectorLatestPosition);
806
if (
_lscchUpTo
> 0)
808
SpanRider rider = new SpanRider(_plsrunVector, _plsrunVectorLatestPosition,
_lscchUpTo
- 1);
1115
_plsrunVectorLatestPosition = _plsrunVector.SetValue(
_lscchUpTo
, 1, Plsrun.FakeLineBreak, _plsrunVectorLatestPosition);
1495
_plsrunVectorLatestPosition = _plsrunVector.SetValue(
_lscchUpTo
, 1, plsrun, _plsrunVectorLatestPosition);
1663
_plsrunVectorLatestPosition = _plsrunVector.SetValue(
_lscchUpTo
, lsrunLength, AddLSRun(lsrun), _plsrunVectorLatestPosition);
1756
_plsrunVectorLatestPosition = _plsrunVector.SetValue(
_lscchUpTo
, cch, AddLSRun(lsrun), _plsrunVectorLatestPosition);