2 writes to _lines
PresentationFramework (2)
MS\Internal\Documents\TextParagraphView.cs (2)
441
_lines
= null;
500
_lines
= _owner.GetLineResults();
2 references to _lines
PresentationFramework (2)
MS\Internal\Documents\TextParagraphView.cs (2)
498
if (
_lines
== null)
502
return
_lines
;