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