2 writes to _lines
PresentationFramework (2)
MS\Internal\Documents\TextParagraphView.cs (2)
435
_lines
= null;
494
_lines
= _owner.GetLineResults();
2 references to _lines
PresentationFramework (2)
MS\Internal\Documents\TextParagraphView.cs (2)
492
if (
_lines
== null)
496
return
_lines
;