1 instantiation of CellParagraph
PresentationFramework (1)
MS\Internal\PtsHost\RowParagraph.cs (1)
307
_cellParagraphs[cellIndex] = new
CellParagraph
(Row.Cells[cellIndex], StructuralCache);
22 references to CellParagraph
PresentationFramework (22)
MS\Internal\LayoutDump.cs (1)
958
CellParagraph
cellParagraph = cellParaClient.CellParagraph;
MS\Internal\PtsHost\CellParaClient.cs (3)
45
internal CellParaClient(
CellParagraph
cellParagraph, TableParaClient tableParaClient) : base(cellParagraph)
407
internal
CellParagraph
CellParagraph { get { return (
CellParagraph
)_paragraph; } }
MS\Internal\PtsHost\PtsHost.cs (10)
3710
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3903
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3945
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
3989
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4050
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
MS\Internal\PtsHost\RowParagraph.cs (7)
303
_cellParagraphs = new
CellParagraph
[Row.Cells.Count];
314
_spannedCells = new
CellParagraph
[Row.SpannedCells.Length];
318
_spannedCells = Array.Empty<
CellParagraph
>();
373
internal
CellParagraph
[] Cells { get { return _cellParagraphs; } }
391
private
CellParagraph
FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
427
private
CellParagraph
[] _cellParagraphs; // collection of cells belonging to the row
428
private
CellParagraph
[] _spannedCells; // row spanned cell storage
MS\Internal\PtsHost\TableParagraph.cs (1)
520
CellParagraph
cellParagraph = rowParagraph.Cells[iCell];