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