3 writes to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
208_formatCellCount = 0; 240_formatCellCount++; 258_formatCellCount += _spannedCells.Length;
3 references to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
252if ((_formatCellCount > 0) || 260Debug.Assert(_cells.Count <= _formatCellCount); 377return (_formatCellCount);