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