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