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