1 instantiation of RowParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
710RowParagraphResult rowParagraphResult = new RowParagraphResult(this, iR, rowRect, rowParagraph);
3 references to RowParagraphResult
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (1)
1438if (!(paragraph is SubpageParagraphResult) && !(paragraph is RowParagraphResult))
MS\Internal\LayoutDump.cs (1)
843ReadOnlyCollection<ParagraphResult> cellParagraphs = ((RowParagraphResult)rowParagraphs[i]).CellParagraphs;
MS\Internal\PtsHost\TableParaClient.cs (1)
710RowParagraphResult rowParagraphResult = new RowParagraphResult(this, iR, rowRect, rowParagraph);