1 write to _lines
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
456
_lines
= ((TextParaClient)_paraClient).GetLineResults();
3 references to _lines
PresentationFramework (3)
MS\Internal\Documents\ParagraphResult.cs (3)
454
if (
_lines
== null)
458
Invariant.Assert(
_lines
!= null, "Lines collection is null");
459
return
_lines
;