3 references to Paragraphs
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
747
ReadOnlyCollection<ParagraphResult> paragraphs =
Paragraphs
;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
799
ReadOnlyCollection<ParagraphResult> rowParagraphs = ((TableParagraphResult)paragraph).
Paragraphs
;
src\Framework\MS\Internal\LayoutDump.cs (1)
838
ReadOnlyCollection<ParagraphResult> rowParagraphs = paragraph.
Paragraphs
;