9 writes to Value
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
2306
Value
= 0;
2312
Value
= cw.Value;
2342
Value
= 0;
3061
cf.Width.
Value
= (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX;
10621
formatState.RowFormat.WidthRow.
Value
= token.Parameter;
10635
formatState.RowFormat.WidthA.
Value
= token.Parameter;
10647
cf.Width.
Value
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1630
cfSpanned.Width.
Value
+= cf.Width.Value;
3089
cf.Width.
Value
= Converters.PxToTwipRounded(d);
7 references to Value
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
2312
Value = cw.
Value
;
2707
sb.Append(Width.
Value
.ToString(CultureInfo.InvariantCulture));
3058
if (cf.Width.
Value
== 0 && cf.IsCellXSet)
3063
else if (cf.Width.
Value
> 0 && !cf.IsCellXSet)
3065
cellx += cf.Width.
Value
;
3095
nCellX += cf.Width.
Value
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1630
cfSpanned.Width.Value += cf.Width.
Value
;