2 writes to _lines
PresentationFramework (2)
MS\Internal\Documents\TextParagraphView.cs (2)
434
_lines
= null;
493
_lines
= _owner.GetLineResults();
2 references to _lines
PresentationFramework (2)
MS\Internal\Documents\TextParagraphView.cs (2)
491
if (
_lines
== null)
495
return
_lines
;