4 references to Cells
PresentationFramework (4)
MS\Internal\PtsHost\TableParagraph.cs (4)
505
for(int iCell = 0; iCell < rowParagraph.
Cells
.Length; iCell++)
507
CellParagraph cellParagraph = rowParagraph.
Cells
[iCell];
523
for(int iCell = 0; iCell < rowParagraph.
Cells
.Length; iCell++)
525
rowParagraph.
Cells
[iCell].InvalidateFormatCache();