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