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