18 references to CellCount
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (16)
2804for (int i = 0; i < ri.CellCount; i++) 2838return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2906for (int i = 0; i < CellCount; i++) 2931if (n < 0 || n >= CellCount) 2947if (CellCount == 0 || !TopCellFormat.IsPending) 2959if (CellCount == 0) 2970for (int i = 0; i < CellCount; i++) 2983for (int k = i + 1; k < CellCount; k++) 3013for (int i = 1; i < CellCount; i++) 3029for (int i = 0; i < CellCount; i++) 5583for (int j = 0; j < rf.CellCount; j++) 7333int nCount = dnaCells.Count < rf.CellCount ? dnaCells.Count : rf.CellCount; 7431if (rf.CellCount < nCount) 7433nCount = rf.CellCount;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1632if (cfSpanned.CellX == -1 || rf.CellCount == 0) 1648if (cf.CellX == -1 || rf.CellCount == 0)