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)
466
ReadOnlyCollection<ParagraphResult> paragraphs =
GetChildrenParagraphResults
(out hasTextContent);