1 write to _lastRun
PresentationCore (1)
MS\Internal\TextFormatting\TextMetrics.cs (1)
151
_lastRun
= fullText.CountText(_lscpLim, firstCharIndex, out _cchLength);
4 references to _lastRun
PresentationCore (4)
MS\Internal\TextFormatting\TextMetrics.cs (4)
300
if (
_lastRun
!= null
301
&&
_lastRun
.TextModifierScope != null
302
&& !(
_lastRun
.TextRun is TextEndOfParagraph))
305
_lastRun
.TextModifierScope,