18 references to CellCount
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (16)
2805for (int i = 0; i < ri.CellCount; i++) 2839return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2907for (int i = 0; i < CellCount; i++) 2932if (n < 0 || n >= CellCount) 2948if (CellCount == 0 || !TopCellFormat.IsPending) 2960if (CellCount == 0) 2971for (int i = 0; i < CellCount; i++) 2984for (int k = i + 1; k < CellCount; k++) 3014for (int i = 1; i < CellCount; i++) 3030for (int i = 0; i < CellCount; i++) 5585for (int j = 0; j < rf.CellCount; j++) 7335int nCount = dnaCells.Count < rf.CellCount ? dnaCells.Count : rf.CellCount; 7433if (rf.CellCount < nCount) 7435nCount = rf.CellCount;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1633if (cfSpanned.CellX == -1 || rf.CellCount == 0) 1649if (cf.CellX == -1 || rf.CellCount == 0)