4 references to Cells
PresentationFramework (4)
MS\Internal\PtsHost\TableParagraph.cs (4)
504
for(int iCell = 0; iCell < rowParagraph.
Cells
.Length; iCell++)
506
CellParagraph cellParagraph = rowParagraph.
Cells
[iCell];
522
for(int iCell = 0; iCell < rowParagraph.
Cells
.Length; iCell++)
524
rowParagraph.
Cells
[iCell].InvalidateFormatCache();