7 writes to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
35
_latestPosition
= new SpanPosition();
67
_latestPosition
= textRunSpanRider.SpanPosition;
77
_latestPosition
= _textRunVector.SetValue(
98
_latestPosition
= textRunSpanRider.SpanPosition;
147
_latestPosition
= textRunSpanRider.SpanPosition;
153
_latestPosition
= _textRunVector.SetReference(
161
_latestPosition
= _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
7 references to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
66
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, textSourceCharacterIndex);
81
_latestPosition
97
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, cpFetch);
157
_latestPosition
161
_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun,
_latestPosition
);
164
textRunSpanRider.At(
_latestPosition
, cpFetch);
275
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
);