2 references to GetChildrenParagraphResults
PresentationFramework (2)
MS\Internal\Documents\ParagraphResult.cs (1)
267
_paragraphs = ((ContainerParaClient)_paraClient).
GetChildrenParagraphResults
(out _hasTextContent);
MS\Internal\PtsHost\ContainerParaClient.cs (1)
404
ReadOnlyCollection<ParagraphResult> paragraphs =
GetChildrenParagraphResults
(out hasTextContent);