1 instantiation of CellParagraph
PresentationFramework (1)
MS\Internal\PtsHost\RowParagraph.cs (1)
304
_cellParagraphs[cellIndex] = new
CellParagraph
(Row.Cells[cellIndex], StructuralCache);
22 references to CellParagraph
PresentationFramework (22)
MS\Internal\LayoutDump.cs (1)
957
CellParagraph
cellParagraph = cellParaClient.CellParagraph;
MS\Internal\PtsHost\CellParaClient.cs (3)
40
internal CellParaClient(
CellParagraph
cellParagraph, TableParaClient tableParaClient) : base(cellParagraph)
402
internal
CellParagraph
CellParagraph { get { return (
CellParagraph
)_paragraph; } }
MS\Internal\PtsHost\PtsHost.cs (10)
3688
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3881
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3923
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3967
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4028
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
MS\Internal\PtsHost\RowParagraph.cs (7)
300
_cellParagraphs = new
CellParagraph
[Row.Cells.Count];
311
_spannedCells = new
CellParagraph
[Row.SpannedCells.Length];
315
_spannedCells = Array.Empty<
CellParagraph
>();
370
internal
CellParagraph
[] Cells { get { return _cellParagraphs; } }
388
private
CellParagraph
FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
424
private
CellParagraph
[] _cellParagraphs; // collection of cells belonging to the row
425
private
CellParagraph
[] _spannedCells; // row spanned cell storage
MS\Internal\PtsHost\TableParagraph.cs (1)
507
CellParagraph
cellParagraph = rowParagraph.Cells[iCell];