6 references to cCells
PresentationFramework (6)
MS\Internal\PtsHost\TableParaClient.cs (6)
1433
arrayUpdate = new PTS.FSKUPDATE[tableRowDetails.
cCells
];
1434
arrayFsCell = new IntPtr[tableRowDetails.
cCells
];
1435
arrayTableCellMerge = new PTS.FSTABLEKCELLMERGE[tableRowDetails.
cCells
];
1437
if (tableRowDetails.
cCells
> 0)
1450
tableRowDetails.
cCells
,
1456
Debug.Assert(tableRowDetails.
cCells
== cCellsActual);