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