1 write to _lines
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
462
_lines
= ((TextParaClient)_paraClient).GetLineResults();
3 references to _lines
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (3)
460
if (
_lines
== null)
464
Invariant.Assert(
_lines
!= null, "Lines collection is null");
465
return
_lines
;