1 write to _spannedCells
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRow.cs (1)
258rowSpanVector.GetSpanCells(out _spannedCells, out isLastRowOfAnySpan);
3 references to _spannedCells
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableRow.cs (3)
259Debug.Assert(_spannedCells != null); 267_formatCellCount += _spannedCells.Length; 349get { return (_spannedCells); }