2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
274_firstChild = new RowParagraph(tableRow, StructuralCache); 347nextParagraph = 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)
3657RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3746RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3776RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3803RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph; 3835RowParagraph rowParagraph = PtsContext.HandleToObject(nmRow) as RowParagraph;
MS\Internal\PtsHost\RowParagraph.cs (3)
291RowParagraph rowPrevious = null; 295rowPrevious = ((RowParagraph)Previous); 388private 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)
276((RowParagraph)_firstChild).CalculateRowSpans(); 305BaseParagraph prevParagraph = ((RowParagraph)PtsContext.HandleToObject(nmRow)); 310TableRow currentRow = ((RowParagraph)prevParagraph).Row; 351((RowParagraph)nextParagraph).CalculateRowSpans(); 437RowParagraph currentParagraph = _firstChild as RowParagraph; 446currentParagraph = currentParagraph.Next as RowParagraph; 457RowParagraph currentParagraph = _firstChild as RowParagraph; 463currentParagraph = currentParagraph.Next as RowParagraph; 501private bool InvalidateRowStructure(RowParagraph rowParagraph, int startPosition) 521private void InvalidateRowFormatCache(RowParagraph rowParagraph)