2 writes to _currentLine
PresentationFramework (2)
MS\Internal\PtsHost\TextParagraph.cs (2)
1339
_currentLine
= line;
1356
_currentLine
= null;
2 references to _currentLine
PresentationFramework (2)
MS\Internal\PtsHost\TextParagraph.cs (2)
1368
if(
_currentLine
== null)
1374
return
_currentLine
.MeasureChild(inlineObject);