1 write to _spannedCells
PresentationFramework (1)
System\Windows\Documents\TableRow.cs (1)
230rowSpanVector.GetSpanCells(out _spannedCells, out isLastRowOfAnySpan);
3 references to _spannedCells
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
231Debug.Assert(_spannedCells != null); 239_formatCellCount += _spannedCells.Length; 321get { return (_spannedCells); }