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