2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
287_firstChild = new RowParagraph(tableRow, StructuralCache); 360nextParagraph = new RowParagraph(tableRow, StructuralCache);
38 references to RowParagraph
PresentationFramework (38)
MS\Internal\Documents\ParagraphResult.cs (1)
785internal RowParagraphResult(BaseParaClient paraClient, int index, Rect rowRect, RowParagraph rowParagraph)
MS\Internal\PtsHost\PtsHost.cs (10)
3679RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3768RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3798RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3825RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3857RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph;
MS\Internal\PtsHost\RowParagraph.cs (3)
294RowParagraph rowPrevious = null; 298rowPrevious = ((RowParagraph)Previous); 391private CellParagraph FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
MS\Internal\PtsHost\TableParaClient.cs (12)
245RowParagraph rowParagraph; 253rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 532TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 706RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 1139TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1342RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow)); 1353row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[arrayTableRowDesc.Length - 1].fsnmRow))).Row; 1842TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow))).Row; 1847row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1897TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
MS\Internal\PtsHost\TableParagraph.cs (12)
289((RowParagraph)_firstChild).CalculateRowSpans(); 318BaseParagraph prevParagraph = ((RowParagraph)PtsContext.HandleToObject(nmRow)); 323TableRow currentRow = ((RowParagraph)prevParagraph).Row; 364((RowParagraph)nextParagraph).CalculateRowSpans(); 450RowParagraph currentParagraph = _firstChild as RowParagraph; 459currentParagraph = currentParagraph.Next as RowParagraph; 470RowParagraph currentParagraph = _firstChild as RowParagraph; 476currentParagraph = currentParagraph.Next as RowParagraph; 514private bool InvalidateRowStructure(RowParagraph rowParagraph, int startPosition) 534private void InvalidateRowFormatCache(RowParagraph rowParagraph)