2 writes to _currentLine
PresentationFramework (2)
MS\Internal\PtsHost\TextParagraph.cs (2)
1309
_currentLine
= line;
1326
_currentLine
= null;
2 references to _currentLine
PresentationFramework (2)
MS\Internal\PtsHost\TextParagraph.cs (2)
1338
if(
_currentLine
== null)
1344
return
_currentLine
.MeasureChild(inlineObject);