2 instantiations of RowParagraph
PresentationFramework (2)
MS\Internal\PtsHost\TableParagraph.cs (2)
273
_firstChild = new
RowParagraph
(tableRow, StructuralCache);
346
nextParagraph = new
RowParagraph
(tableRow, StructuralCache);
38 references to RowParagraph
PresentationFramework (38)
MS\Internal\Documents\ParagraphResult.cs (1)
781
internal RowParagraphResult(BaseParaClient paraClient, int index, Rect rowRect,
RowParagraph
rowParagraph)
MS\Internal\PtsHost\PtsHost.cs (10)
3656
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3745
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3775
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3802
RowParagraph
rowParagraph = PtsContext.HandleToObject(nmRow) as
RowParagraph
;
3834
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)
238
RowParagraph
rowParagraph;
246
rowParagraph = (
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow));
525
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
699
RowParagraph
rowParagraph = (
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow));
1132
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
1335
RowParagraph
rowParagraph = (
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow));
1346
row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[arrayTableRowDesc.Length - 1].fsnmRow))).Row;
1835
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[0].fsnmRow))).Row;
1840
row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
1890
TableRow row = ((
RowParagraph
)(PtsContext.HandleToObject(arrayTableRowDesc[iR].fsnmRow))).Row;
MS\Internal\PtsHost\TableParagraph.cs (12)
275
((
RowParagraph
)_firstChild).CalculateRowSpans();
304
BaseParagraph prevParagraph = ((
RowParagraph
)PtsContext.HandleToObject(nmRow));
309
TableRow currentRow = ((
RowParagraph
)prevParagraph).Row;
350
((
RowParagraph
)nextParagraph).CalculateRowSpans();
436
RowParagraph
currentParagraph = _firstChild as
RowParagraph
;
445
currentParagraph = currentParagraph.Next as
RowParagraph
;
456
RowParagraph
currentParagraph = _firstChild as
RowParagraph
;
462
currentParagraph = currentParagraph.Next as
RowParagraph
;
500
private bool InvalidateRowStructure(
RowParagraph
rowParagraph, int startPosition)
520
private void InvalidateRowFormatCache(
RowParagraph
rowParagraph)