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