1 write to _lscpLim
PresentationCore (1)
MS\Internal\TextFormatting\TextMetrics.cs (1)
150
_lscpLim
= plsLineInfo->cpLimToContinue;
7 references to _lscpLim
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (6)
1392
while (lscpVisisble < _metrics.
_lscpLim
)
1411
lscpVisisble = Math.Min(lscpVisisble, _metrics.
_lscpLim
- 1);
2500
int lscpValidQuery = (lscpQuery < _metrics.
_lscpLim
? lscpQuery : _metrics.
_lscpLim
- 1);
2694
if (lscp >= _metrics.
_lscpLim
)
2711
} while(offsetToFirstCp < 0 && ++lscp < _metrics.
_lscpLim
);
MS\Internal\TextFormatting\TextMetrics.cs (1)
151
_lastRun = fullText.CountText(
_lscpLim
, firstCharIndex, out _cchLength);