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