18 references to CurrentSpanStart
PresentationCore (18)
MS\Internal\TextFormatting\FullTextLine.cs (3)
1427
lscpVisisble = _cpFirst + plsrunSpanRider.
CurrentSpanStart
;
1431
lscpVisisble = _cpFirst + plsrunSpanRider.
CurrentSpanStart
- 1; // move to the end of previous span
2713
return offsetToFirstCp + lscp - plsrunSpanRider.
CurrentSpanStart
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (6)
78
textRunSpanRider.
CurrentSpanStart
,
79
cchActive - textRunSpanRider.
CurrentSpanStart
,
174
offsetToFirstCp = textRunSpanRider.CurrentPosition - textRunSpanRider.
CurrentSpanStart
;
256
|| textRunSpanRider.
CurrentSpanStart
- textRunSpanRider.CurrentPosition == 0)
291
cpLimit - textRunSpanRider.
CurrentSpanStart
);
297
cpLimit - textRunSpanRider.
CurrentSpanStart
, // cp length
MS\Internal\TextFormatting\TextStore.cs (7)
757
lsrunOffset = offsetToFirstCp - rider.
CurrentSpanStart
;
1347
- runInfoSpanRider.
CurrentSpanStart
// make relative to the the start of the runInfo
1376
ichUniform + ichRun - runInfoSpanRider.
CurrentSpanStart
,
1415
ichUniform + ichRun - runInfoSpanRider.
CurrentSpanStart
,
1814
lscp - rider.
CurrentSpanStart
;
2124
lscpLim = rider.
CurrentSpanStart
+ _cpFirst;
2144
int ichFirst = lsrun.OffsetToFirstChar + lscpChunk - _cpFirst - rider.
CurrentSpanStart
;
System\Windows\Media\FormattedText.cs (2)
1890
new CharacterBufferReference(_that._text, thatFormatRider.
CurrentSpanStart
),
1891
textSourceCharacterIndexLimit - thatFormatRider.
CurrentSpanStart