7 writes to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
49
_latestPosition
= new SpanPosition();
81
_latestPosition
= textRunSpanRider.SpanPosition;
91
_latestPosition
= _textRunVector.SetValue(
112
_latestPosition
= textRunSpanRider.SpanPosition;
161
_latestPosition
= textRunSpanRider.SpanPosition;
167
_latestPosition
= _textRunVector.SetReference(
175
_latestPosition
= _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
7 references to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
80
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, textSourceCharacterIndex);
95
_latestPosition
111
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, cpFetch);
171
_latestPosition
175
_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun,
_latestPosition
);
178
textRunSpanRider.At(
_latestPosition
, cpFetch);
289
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
);