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
;
1142
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1465
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1588
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1709
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
2282
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
2427
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).
Paragraphs
;
2768
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).
Paragraphs
;
3112
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;