8 writes to Type
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
2261Type = WidthType.WidthAuto; 2267Type = cw.Type; 2297Type = WidthType.WidthAuto; 3001cf.Width.Type = WidthType.WidthTwips; 10534formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10547formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10560cf.Width.Type = (WidthType)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3082cf.Width.Type = WidthType.WidthTwips;
3 references to Type
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2267Type = cw.Type; 2660int t = (int)Width.Type; 3034if (cf.Width.Type == WidthType.WidthTwips)