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