1 write to _cells
PresentationFramework (1)
System\Windows\Documents\TableRow.cs (1)
408_cells = new TableCellCollection(this);
4 references to _cells
PresentationFramework (4)
System\Windows\Documents\TableRow.cs (4)
215for (int i = 0; i < _cells.Count; ++i) 217TableCell cell = _cells[i]; 260Debug.Assert(_cells.Count <= _formatCellCount); 293public TableCellCollection Cells { get { return (_cells); } }