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)
80SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 95_latestPosition 111SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 171_latestPosition 175_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 178textRunSpanRider.At(_latestPosition, cpFetch); 289SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition);