3 writes to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
189_formatCellCount = 0; 221_formatCellCount++; 239_formatCellCount += _spannedCells.Length;
3 references to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
233if ((_formatCellCount > 0) || 241Debug.Assert(_cells.Count <= _formatCellCount); 358return (_formatCellCount);