9 writes to Value
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (7)
2261
Value
= 0;
2267
Value
= cw.Value;
2297
Value
= 0;
3001
cf.Width.
Value
= (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX;
10527
formatState.RowFormat.WidthRow.
Value
= token.Parameter;
10541
formatState.RowFormat.WidthA.
Value
= token.Parameter;
10553
cf.Width.
Value
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1627
cfSpanned.Width.
Value
+= cf.Width.Value;
3082
cf.Width.
Value
= Converters.PxToTwipRounded(d);
7 references to Value
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (6)
2267
Value = cw.
Value
;
2662
sb.Append(Width.
Value
.ToString(CultureInfo.InvariantCulture));
2998
if (cf.Width.
Value
== 0 && cf.IsCellXSet)
3003
else if (cf.Width.
Value
> 0 && !cf.IsCellXSet)
3005
cellx += cf.Width.
Value
;
3035
nCellX += cf.Width.
Value
;
System\Windows\Documents\XamlToRtfWriter.cs (1)
1627
cfSpanned.Width.Value += cf.Width.
Value
;