13 references to Paragraphs
PresentationFramework (13)
MS\Internal\Documents\ParagraphResult.cs (1)
281
ReadOnlyCollection<ParagraphResult> paragraphs =
Paragraphs
;
MS\Internal\Documents\TextDocumentView.cs (10)
751
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1007
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1141
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1464
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1587
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
1708
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
2281
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
2426
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).
Paragraphs
;
2767
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).
Paragraphs
;
3111
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((ContainerParagraphResult)paragraph).
Paragraphs
;
MS\Internal\LayoutDump.cs (1)
765
DumpParagraphResults(writer, "Paragraphs", paragraph.
Paragraphs
, visual);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
353
TextParagraphResult textParagraphResult = cpr.
Paragraphs
[0] as TextParagraphResult;