13 references to Paragraphs
PresentationFramework (13)
MS\Internal\Documents\ParagraphResult.cs (1)
282ReadOnlyCollection<ParagraphResult> paragraphs = Paragraphs;
MS\Internal\Documents\TextDocumentView.cs (10)
753ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1012ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1161ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1491ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1617ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1741ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 2317ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 2465ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs; 2808ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs; 3154ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
MS\Internal\LayoutDump.cs (1)
764DumpParagraphResults(writer, "Paragraphs", paragraph.Paragraphs, visual);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
354TextParagraphResult textParagraphResult = cpr.Paragraphs[0] as TextParagraphResult;