18 references to CellCount
PresentationFramework (18)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (16)
2864for (int i = 0; i < ri.CellCount; i++) 2898return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2966for (int i = 0; i < CellCount; i++) 2991if (n < 0 || n >= CellCount) 3007if (CellCount == 0 || !TopCellFormat.IsPending) 3019if (CellCount == 0) 3030for (int i = 0; i < CellCount; i++) 3043for (int k = i + 1; k < CellCount; k++) 3073for (int i = 1; i < CellCount; i++) 3089for (int i = 0; i < CellCount; i++) 5665for (int j = 0; j < rf.CellCount; j++) 7416int nCount = dnaCells.Count < rf.CellCount ? dnaCells.Count : rf.CellCount; 7514if (rf.CellCount < nCount) 7516nCount = rf.CellCount;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1635if (cfSpanned.CellX == -1 || rf.CellCount == 0) 1651if (cf.CellX == -1 || rf.CellCount == 0)