2 writes to _currentLine
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1347
_currentLine
= line;
1364
_currentLine
= null;
2 references to _currentLine
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1376
if(
_currentLine
== null)
1382
return
_currentLine
.MeasureChild(inlineObject);