2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
279_firstChild = new RowParagraph(tableRow, StructuralCache); 352nextParagraph = new RowParagraph(tableRow, StructuralCache);
38 references to RowParagraph
PresentationFramework (38)
MS\Internal\Documents\ParagraphResult.cs (1)
782internal RowParagraphResult(BaseParaClient paraClient, int index, Rect rowRect, RowParagraph rowParagraph)
MS\Internal\PtsHost\PtsHost.cs (10)
3674RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3763RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3793RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3820RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3852RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph;
MS\Internal\PtsHost\RowParagraph.cs (3)
290RowParagraph rowPrevious = null; 294rowPrevious = ((RowParagraph)Previous); 387private CellParagraph FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
MS\Internal\PtsHost\TableParaClient.cs (12)
239RowParagraph rowParagraph; 247rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 526TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 700RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 1133TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1336RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow)); 1347row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[arrayTableRowDesc.Length - 1].fsnmRow))).Row; 1836TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow))).Row; 1841row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1891TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
MS\Internal\PtsHost\TableParagraph.cs (12)
281((RowParagraph)_firstChild).CalculateRowSpans(); 310BaseParagraph prevParagraph = ((RowParagraph)PtsContext.HandleToObject(nmRow)); 315TableRow currentRow = ((RowParagraph)prevParagraph).Row; 356((RowParagraph)nextParagraph).CalculateRowSpans(); 442RowParagraph currentParagraph = _firstChild as RowParagraph; 451currentParagraph = currentParagraph.Next as RowParagraph; 462RowParagraph currentParagraph = _firstChild as RowParagraph; 468currentParagraph = currentParagraph.Next as RowParagraph; 506private bool InvalidateRowStructure(RowParagraph rowParagraph, int startPosition) 526private void InvalidateRowFormatCache(RowParagraph rowParagraph)