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