7 writes to _latestPosition
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
52
_latestPosition
= new SpanPosition();
84
_latestPosition
= textRunSpanRider.SpanPosition;
94
_latestPosition
= _textRunVector.SetValue(
115
_latestPosition
= textRunSpanRider.SpanPosition;
167
_latestPosition
= textRunSpanRider.SpanPosition;
173
_latestPosition
= _textRunVector.SetReference(
181
_latestPosition
= _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
7 references to _latestPosition
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
83
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, textSourceCharacterIndex);
98
_latestPosition
114
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, cpFetch);
177
_latestPosition
181
_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun,
_latestPosition
);
184
textRunSpanRider.At(
_latestPosition
, cpFetch);
295
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
);