3 writes to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
193_formatCellCount = 0; 225_formatCellCount++; 243_formatCellCount += _spannedCells.Length;
3 references to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
237if ((_formatCellCount > 0) || 245Debug.Assert(_cells.Count <= _formatCellCount); 362return (_formatCellCount);