1 write to _lscpLim
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
171
_lscpLim
= plsLineInfo->cpLimToContinue;
7 references to _lscpLim
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
1440
while (lscpVisisble < _metrics.
_lscpLim
)
1459
lscpVisisble = Math.Min(lscpVisisble, _metrics.
_lscpLim
- 1);
2575
int lscpValidQuery = (lscpQuery < _metrics.
_lscpLim
? lscpQuery : _metrics.
_lscpLim
- 1);
2770
if (lscp >= _metrics.
_lscpLim
)
2788
} while(offsetToFirstCp < 0 && ++lscp < _metrics.
_lscpLim
);
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
172
_lastRun = fullText.CountText(
_lscpLim
, firstCharIndex, out _cchLength);