6 references to cCells
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (6)
1542arrayUpdate = new PTS.FSKUPDATE[tableRowDetails.cCells]; 1543arrayFsCell = new IntPtr[tableRowDetails.cCells]; 1544arrayTableCellMerge = new PTS.FSTABLEKCELLMERGE[tableRowDetails.cCells]; 1546if (tableRowDetails.cCells > 0) 1559tableRowDetails.cCells, 1565Debug.Assert(tableRowDetails.cCells == cCellsActual);