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