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