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