1 instantiation of CellParagraph
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (1)
322
_cellParagraphs[cellIndex] = new
CellParagraph
(Row.Cells[cellIndex], StructuralCache);
22 references to CellParagraph
PresentationFramework (22)
src\Framework\MS\Internal\LayoutDump.cs (1)
961
CellParagraph
cellParagraph = cellParaClient.CellParagraph;
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (3)
50
internal CellParaClient(
CellParagraph
cellParagraph, TableParaClient tableParaClient) : base(cellParagraph)
434
internal
CellParagraph
CellParagraph { get { return (
CellParagraph
)_paragraph; } }
src\Framework\MS\Internal\PtsHost\PtsHost.cs (10)
3949
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4158
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4200
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4244
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
4305
CellParagraph
cellParagraph = PtsContext.HandleToObject(nmCell) as
CellParagraph
;
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (7)
318
_cellParagraphs = new
CellParagraph
[Row.Cells.Count];
329
_spannedCells = new
CellParagraph
[Row.SpannedCells.Length];
333
_spannedCells = new
CellParagraph
[0];
388
internal
CellParagraph
[] Cells { get { return _cellParagraphs; } }
406
private
CellParagraph
FindCellParagraphForCell(RowParagraph previousRow, TableCell cell)
442
private
CellParagraph
[] _cellParagraphs; // collection of cells belonging to the row
443
private
CellParagraph
[] _spannedCells; // row spanned cell storage
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
524
CellParagraph
cellParagraph = rowParagraph.Cells[iCell];