2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
279
_firstChild = new
RowParagraph
(tableRow, StructuralCache);
352
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)
3674
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3763
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3793
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3820
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3852
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
MS\Internal\PtsHost\RowParagraph.cs (3)
290
RowParagraph
rowPrevious = null;
294
rowPrevious = ((
RowParagraph
)Previous);
387
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)
281
((
RowParagraph
)_firstChild).CalculateRowSpans();
310
BaseParagraph prevParagraph = ((
RowParagraph
)PtsContext.HandleToObject(nmRow));
315
TableRow currentRow = ((
RowParagraph
)prevParagraph).Row;
356
((
RowParagraph
)nextParagraph).CalculateRowSpans();
442
RowParagraph
currentParagraph = _firstChild as
RowParagraph
;
451
currentParagraph = currentParagraph.Next as
RowParagraph
;
462
RowParagraph
currentParagraph = _firstChild as
RowParagraph
;
468
currentParagraph = currentParagraph.Next as
RowParagraph
;
506
private bool InvalidateRowStructure(
RowParagraph
rowParagraph, int startPosition)
526
private void InvalidateRowFormatCache(
RowParagraph
rowParagraph)