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)
83SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 98_latestPosition 114SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 177_latestPosition 181_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 184textRunSpanRider.At(_latestPosition, cpFetch); 295SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition);