2 writes to _lines
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextParagraphView.cs (2)
466
_lines
= null;
525
_lines
= _owner.GetLineResults();
2 references to _lines
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextParagraphView.cs (2)
523
if (
_lines
== null)
527
return
_lines
;