18 references to CurrentSpanStart
PresentationCore (18)
MS\Internal\TextFormatting\FullTextLine.cs (3)
1428lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart; 1432lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart - 1; // move to the end of previous span 2714return offsetToFirstCp + lscp - plsrunSpanRider.CurrentSpanStart;
MS\Internal\TextFormatting\TextRunCacheImp.cs (6)
77textRunSpanRider.CurrentSpanStart, 78cchActive - textRunSpanRider.CurrentSpanStart, 173offsetToFirstCp = textRunSpanRider.CurrentPosition - textRunSpanRider.CurrentSpanStart; 255|| textRunSpanRider.CurrentSpanStart - textRunSpanRider.CurrentPosition == 0) 290cpLimit - textRunSpanRider.CurrentSpanStart); 296cpLimit - textRunSpanRider.CurrentSpanStart, // cp length
MS\Internal\TextFormatting\TextStore.cs (7)
756lsrunOffset = offsetToFirstCp - rider.CurrentSpanStart; 1346- runInfoSpanRider.CurrentSpanStart // make relative to the the start of the runInfo 1375ichUniform + ichRun - runInfoSpanRider.CurrentSpanStart, 1414ichUniform + ichRun - runInfoSpanRider.CurrentSpanStart, 1813lscp - rider.CurrentSpanStart; 2123lscpLim = rider.CurrentSpanStart + _cpFirst; 2143int ichFirst = lsrun.OffsetToFirstChar + lscpChunk - _cpFirst - rider.CurrentSpanStart;
System\Windows\Media\FormattedText.cs (2)
1869new CharacterBufferReference(_that._text, thatFormatRider.CurrentSpanStart), 1870textSourceCharacterIndexLimit - thatFormatRider.CurrentSpanStart