2 writes to Width
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2313
Width
= new CellWidth();
2324
Width
= new CellWidth(cf.Width);
17 references to Width
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (13)
2324
Width = new CellWidth(cf.
Width
);
2659
int t = (int)
Width
.Type;
2662
sb.Append(
Width
.Value.ToString(CultureInfo.InvariantCulture));
2684
Width
.SetDefaults();
2998
if (cf.
Width
.Value == 0 && cf.IsCellXSet)
3000
cf.
Width
.Type = WidthType.WidthTwips;
3001
cf.
Width
.Value = (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX;
3003
else if (cf.
Width
.Value > 0 && !cf.IsCellXSet)
3005
cellx += cf.
Width
.Value;
3033
if (cf.
Width
.Type == WidthType.WidthTwips)
3035
nCellX += cf.
Width
.Value;
10553
cf.
Width
.Value = token.Parameter;
10558
cf.
Width
.Type = (WidthType)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
1627
cfSpanned.
Width
.Value += cf.
Width
.Value;
3081
cf.
Width
.Type = WidthType.WidthTwips;
3082
cf.
Width
.Value = Converters.PxToTwipRounded(d);