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