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