1 write to _paragraphs
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
264
_paragraphs
= ((ContainerParaClient)_paraClient).GetChildrenParagraphResults(out _hasTextContent);
4 references to _paragraphs
PresentationFramework (4)
MS\Internal\Documents\ParagraphResult.cs (4)
261
if (
_paragraphs
== null)
266
Invariant.Assert(
_paragraphs
!= null, "Paragraph collection is empty");
267
return
_paragraphs
;
279
if (
_paragraphs
== null)