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