2 instantiations of RowParagraph
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (2)
291_firstChild = new RowParagraph(tableRow, StructuralCache); 364nextParagraph = new RowParagraph(tableRow, StructuralCache);
38 references to RowParagraph
PresentationFramework (38)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
792internal RowParagraphResult(BaseParaClient paraClient, int index, Rect rowRect, RowParagraph rowParagraph)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (10)
3918RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 4007RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 4043RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 4070RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 4108RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph;
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (3)
309RowParagraph rowPrevious = null; 313rowPrevious = ((RowParagraph)Previous); 406private CellParagraph FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (12)
265RowParagraph rowParagraph; 273rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 575TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 761RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow)); 1226TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 1433RowParagraph rowParagraph = (RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow)); 1444row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[arrayTableRowDesc.Length - 1].fsnmRow))).Row; 1958TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow))).Row; 1963row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row; 2018TableRow row = ((RowParagraph)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (12)
293((RowParagraph)_firstChild).CalculateRowSpans(); 322BaseParagraph prevParagraph = ((RowParagraph)PtsContext.HandleToObject(nmRow)); 327TableRow currentRow = ((RowParagraph)prevParagraph).Row; 368((RowParagraph)nextParagraph).CalculateRowSpans(); 454RowParagraph currentParagraph = _firstChild as RowParagraph; 463currentParagraph = currentParagraph.Next as RowParagraph; 474RowParagraph currentParagraph = _firstChild as RowParagraph; 480currentParagraph = currentParagraph.Next as RowParagraph; 518private bool InvalidateRowStructure(RowParagraph rowParagraph, int startPosition) 538private void InvalidateRowFormatCache(RowParagraph rowParagraph)