10 references to WidthType
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (9)
2262Type = WidthType.WidthAuto; 2272internal WidthType Type 2298Type = WidthType.WidthAuto; 2302private WidthType _type; 3002cf.Width.Type = WidthType.WidthTwips; 3035if (cf.Width.Type == WidthType.WidthTwips) 10565formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10578formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10591cf.Width.Type = (WidthType)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3081cf.Width.Type = WidthType.WidthTwips;