3 writes to _formatCellCount
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableRow.cs (3)
217_formatCellCount = 0; 249_formatCellCount++; 267_formatCellCount += _spannedCells.Length;
3 references to _formatCellCount
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableRow.cs (3)
261if ((_formatCellCount > 0) || 269Debug.Assert(_cells.Count <= _formatCellCount); 386return (_formatCellCount);