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