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