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