2 references to CellParagraphs
PresentationFramework (2)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
835
ReadOnlyCollection<ParagraphResult> cells =
CellParagraphs
;
src\Framework\MS\Internal\LayoutDump.cs (1)
846
ReadOnlyCollection<ParagraphResult> cellParagraphs = ((RowParagraphResult)rowParagraphs[i]).
CellParagraphs
;