4 references to Cells
PresentationFramework (4)
MS\Internal\PtsHost\TableParagraph.cs (4)
518
for(int iCell = 0; iCell < rowParagraph.
Cells
.Length; iCell++)
520
CellParagraph cellParagraph = rowParagraph.
Cells
[iCell];
536
for(int iCell = 0; iCell < rowParagraph.
Cells
.Length; iCell++)
538
rowParagraph.
Cells
[iCell].InvalidateFormatCache();