2 writes to Width
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2315
Width
= new CellWidth();
2326
Width
= new CellWidth(cf.Width);
17 references to Width
PresentationFramework (17)
System\Windows\Documents\RtfToXamlReader.cs (13)
2326
Width = new CellWidth(cf.
Width
);
2661
int t = (int)
Width
.Type;
2664
sb.Append(
Width
.Value.ToString(CultureInfo.InvariantCulture));
2686
Width
.SetDefaults();
3000
if (cf.
Width
.Value == 0 && cf.IsCellXSet)
3002
cf.
Width
.Type = WidthType.WidthTwips;
3003
cf.
Width
.Value = (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX;
3005
else if (cf.
Width
.Value > 0 && !cf.IsCellXSet)
3007
cellx += cf.
Width
.Value;
3035
if (cf.
Width
.Type == WidthType.WidthTwips)
3037
nCellX += cf.
Width
.Value;
10586
cf.
Width
.Value = token.Parameter;
10591
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);