13 references to Paragraphs
PresentationFramework (13)
MS\Internal\Documents\ParagraphResult.cs (1)
282
ReadOnlyCollection<ParagraphResult> paragraphs =
Paragraphs
;
MS\Internal\Documents\TextDocumentView.cs (10)
752
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1008
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1151
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1474
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1597
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1718
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
2291
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
2436
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).
Paragraphs
;
2777
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).
Paragraphs
;
3121
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
MS\Internal\LayoutDump.cs (1)
766
DumpParagraphResults(writer, "Paragraphs", paragraph.
Paragraphs
, visual);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
354
TextParagraphResult textParagraphResult = cpr.
Paragraphs
[0] as TextParagraphResult;