1 write to _paragraphs
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
273
_paragraphs
= ((ContainerParaClient)_paraClient).GetChildrenParagraphResults(out _hasTextContent);
4 references to _paragraphs
PresentationFramework (4)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (4)
270
if (
_paragraphs
== null)
275
Invariant.Assert(
_paragraphs
!= null, "Paragraph collection is empty");
276
return
_paragraphs
;
288
if (
_paragraphs
== null)