3 writes to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
190_formatCellCount = 0; 222_formatCellCount++; 240_formatCellCount += _spannedCells.Length;
3 references to _formatCellCount
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
234if ((_formatCellCount > 0) || 242Debug.Assert(_cells.Count <= _formatCellCount); 359return (_formatCellCount);