9 writes to Value
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (7)
2262
Value
= 0;
2268
Value
= cw.Value;
2298
Value
= 0;
3002
cf.Width.
Value
= (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX;
10528
formatState.RowFormat.WidthRow.
Value
= token.Parameter;
10542
formatState.RowFormat.WidthA.
Value
= token.Parameter;
10554
cf.Width.
Value
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1628
cfSpanned.Width.
Value
+= cf.Width.Value;
3083
cf.Width.
Value
= Converters.PxToTwipRounded(d);
7 references to Value
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (6)
2268
Value = cw.
Value
;
2663
sb.Append(Width.
Value
.ToString(CultureInfo.InvariantCulture));
2999
if (cf.Width.
Value
== 0 && cf.IsCellXSet)
3004
else if (cf.Width.
Value
> 0 && !cf.IsCellXSet)
3006
cellx += cf.Width.
Value
;
3036
nCellX += cf.Width.
Value
;
System\Windows\Documents\XamlToRtfWriter.cs (1)
1628
cfSpanned.Width.Value += cf.Width.
Value
;