10 references to WidthType
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (9)
2260Type = WidthType.WidthAuto; 2270internal WidthType Type 2296Type = WidthType.WidthAuto; 2300private WidthType _type; 3000cf.Width.Type = WidthType.WidthTwips; 3033if (cf.Width.Type == WidthType.WidthTwips) 10532formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10545formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10558cf.Width.Type = (WidthType)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3081cf.Width.Type = WidthType.WidthTwips;