1 instantiation of CellParagraph
PresentationFramework (1)
MS\Internal\PtsHost\RowParagraph.cs (1)
303
_cellParagraphs[cellIndex] = new
CellParagraph
(Row.Cells[cellIndex], StructuralCache);
22 references to CellParagraph
PresentationFramework (22)
MS\Internal\LayoutDump.cs (1)
956
CellParagraph
cellParagraph = cellParaClient.CellParagraph;
MS\Internal\PtsHost\CellParaClient.cs (3)
39
internal CellParaClient(
CellParagraph
cellParagraph, TableParaClient tableParaClient) : base(cellParagraph)
401
internal
CellParagraph
CellParagraph { get { return (
CellParagraph
)_paragraph; } }
MS\Internal\PtsHost\PtsHost.cs (10)
3687
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3880
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3922
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3966
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4027
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
MS\Internal\PtsHost\RowParagraph.cs (7)
299
_cellParagraphs = new
CellParagraph
[Row.Cells.Count];
310
_spannedCells = new
CellParagraph
[Row.SpannedCells.Length];
314
_spannedCells = Array.Empty<
CellParagraph
>();
369
internal
CellParagraph
[] Cells { get { return _cellParagraphs; } }
387
private
CellParagraph
FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
423
private
CellParagraph
[] _cellParagraphs; // collection of cells belonging to the row
424
private
CellParagraph
[] _spannedCells; // row spanned cell storage
MS\Internal\PtsHost\TableParagraph.cs (1)
506
CellParagraph
cellParagraph = rowParagraph.Cells[iCell];