2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
274
_firstChild = new
RowParagraph
(tableRow, StructuralCache);
347
nextParagraph = new
RowParagraph
(tableRow, StructuralCache);
38 references to RowParagraph
PresentationFramework (38)
MS\Internal\Documents\ParagraphResult.cs (1)
782
internal RowParagraphResult(BaseParaClient paraClient, int index, Rect rowRect,
RowParagraph
rowParagraph)
MS\Internal\PtsHost\PtsHost.cs (10)
3657
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3746
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3776
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3803
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3835
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
MS\Internal\PtsHost\RowParagraph.cs (3)
291
RowParagraph
rowPrevious = null;
295
rowPrevious = ((
RowParagraph
)Previous);
388
private CellParagraph FindCellParagraphForCell(
RowParagraph
previousRow, TableCell cell)
MS\Internal\PtsHost\TableParaClient.cs (12)
239
RowParagraph
rowParagraph;
247
rowParagraph = (
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow));
526
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
700
RowParagraph
rowParagraph = (
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow));
1133
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
1336
RowParagraph
rowParagraph = (
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow));
1347
row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[arrayTableRowDesc.Length - 1].fsnmRow))).Row;
1836
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow))).Row;
1841
row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
1891
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
MS\Internal\PtsHost\TableParagraph.cs (12)
276
((
RowParagraph
)_firstChild).CalculateRowSpans();
305
BaseParagraph prevParagraph = ((
RowParagraph
)PtsContext.HandleToObject(nmRow));
310
TableRow currentRow = ((
RowParagraph
)prevParagraph).Row;
351
((
RowParagraph
)nextParagraph).CalculateRowSpans();
437
RowParagraph
currentParagraph = _firstChild as
RowParagraph
;
446
currentParagraph = currentParagraph.Next as
RowParagraph
;
457
RowParagraph
currentParagraph = _firstChild as
RowParagraph
;
463
currentParagraph = currentParagraph.Next as
RowParagraph
;
501
private bool InvalidateRowStructure(
RowParagraph
rowParagraph, int startPosition)
521
private void InvalidateRowFormatCache(
RowParagraph
rowParagraph)