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