6 references to cCells
PresentationFramework (6)
MS\Internal\PtsHost\TableParaClient.cs (6)
1440
arrayUpdate = new PTS.FSKUPDATE[tableRowDetails.
cCells
];
1441
arrayFsCell = new IntPtr[tableRowDetails.
cCells
];
1442
arrayTableCellMerge = new PTS.FSTABLEKCELLMERGE[tableRowDetails.
cCells
];
1444
if (tableRowDetails.
cCells
> 0)
1457
tableRowDetails.
cCells
,
1463
Debug.Assert(tableRowDetails.
cCells
== cCellsActual);