10 writes to CellX
PresentationFramework (10)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
2367
CellX
= cf.CellX;
2727
CellX
= -1;
3049
cf.
CellX
= cf1.CellX;
3066
cf.
CellX
= cellx;
3079
cf.
CellX
= cellx + 1;
3101
cf.
CellX
= nCellX;
10750
cf.
CellX
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
1631
cfSpanned.
CellX
= cf.CellX;
1638
cfSpanned.
CellX
= lastCellX +
1654
cf.
CellX
= lastCellX + DefaultCellXAsTwips + GetDefaultAllTablesWidthFromCell(dnCell);
20 references to CellX
PresentationFramework (20)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (15)
2367
CellX = cf.
CellX
;
2709
sb.Append(
CellX
.ToString(CultureInfo.InvariantCulture));
3049
cf.CellX = cf1.
CellX
;
3061
cf.Width.Value = (cfPrev == null) ? cf.
CellX
- Trleft : cf.
CellX
- cfPrev.
CellX
;
3072
cellx = NthCellFormat(0).
CellX
;
3077
if (cf.
CellX
< cellx)
3081
cellx = cf.
CellX
;
5681
if (cs.CellX == cf.
CellX
)
5690
else if (cs.CellX > cf.
CellX
)
5695
csNew.CellX = cf.
CellX
;
5710
csNew.CellX = cf.
CellX
;
5715
prevCellX = cf.
CellX
;
7429
long cellx = cf.
CellX
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1631
cfSpanned.CellX = cf.
CellX
;
1635
if (cfSpanned.
CellX
== -1 || rf.CellCount == 0)
1647
lastCellX = cfSpanned.
CellX
;
1651
if (cf.
CellX
== -1 || rf.CellCount == 0)
1660
lastCellX = cf.
CellX
;