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