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