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