10 references to WidthType
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (9)
2261Type = WidthType.WidthAuto; 2271internal WidthType Type 2297Type = WidthType.WidthAuto; 2301private WidthType _type; 3001cf.Width.Type = WidthType.WidthTwips; 3034if (cf.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;