2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
273_firstChild = new RowParagraph(tableRow, StructuralCache); 346nextParagraph = new RowParagraph(tableRow, StructuralCache);
38 references to RowParagraph
PresentationFramework (38)
MS\Internal\Documents\ParagraphResult.cs (1)
781internal RowParagraphResult(BaseParaClient paraClient, int index, Rect rowRect, RowParagraph rowParagraph)
MS\Internal\PtsHost\PtsHost.cs (10)
3656RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3745RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3775RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3802RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3834RowParagraph 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)
238RowParagraph rowParagraph; 246rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 525TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 699RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 1132TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1335RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow)); 1346row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[arrayTableRowDesc.Length - 1].fsnmRow))).Row; 1835TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow))).Row; 1840row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1890TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
MS\Internal\PtsHost\TableParagraph.cs (12)
275((RowParagraph)_firstChild).CalculateRowSpans(); 304BaseParagraph prevParagraph = ((RowParagraph)PtsContext.HandleToObject(nmRow)); 309TableRow currentRow = ((RowParagraph)prevParagraph).Row; 350((RowParagraph)nextParagraph).CalculateRowSpans(); 436RowParagraph currentParagraph = _firstChild as RowParagraph; 445currentParagraph = currentParagraph.Next as RowParagraph; 456RowParagraph currentParagraph = _firstChild as RowParagraph; 462currentParagraph = currentParagraph.Next as RowParagraph; 500private bool InvalidateRowStructure(RowParagraph rowParagraph, int startPosition) 520private void InvalidateRowFormatCache(RowParagraph rowParagraph)