18 references to CellCount
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (16)
2806for (int i = 0; i < ri.CellCount; i++) 2840return CellCount > 0 ? NthCellFormat(CellCount - 1) : null; 2908for (int i = 0; i < CellCount; i++) 2933if (n < 0 || n >= CellCount) 2949if (CellCount == 0 || !TopCellFormat.IsPending) 2961if (CellCount == 0) 2972for (int i = 0; i < CellCount; i++) 2985for (int k = i + 1; k < CellCount; k++) 3015for (int i = 1; i < CellCount; i++) 3031for (int i = 0; i < CellCount; i++) 5592for (int j = 0; j < rf.CellCount; j++) 7349int nCount = dnaCells.Count < rf.CellCount ? dnaCells.Count : rf.CellCount; 7447if (rf.CellCount < nCount) 7449nCount = rf.CellCount;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1632if (cfSpanned.CellX == -1 || rf.CellCount == 0) 1648if (cf.CellX == -1 || rf.CellCount == 0)