13 references to Paragraphs
PresentationFramework (13)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
291ReadOnlyCollection<ParagraphResult> paragraphs = Paragraphs;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (10)
763ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1022ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1171ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1501ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1627ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 1751ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 2327ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs; 2475ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs; 2819ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs; 3165ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
src\Framework\MS\Internal\LayoutDump.cs (1)
770DumpParagraphResults(writer, "Paragraphs", paragraph.Paragraphs, visual);
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
361TextParagraphResult textParagraphResult = cpr.Paragraphs[0] as TextParagraphResult;