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