10 references to WidthType
PresentationFramework (10)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
2305Type = WidthType.WidthAuto; 2315internal WidthType Type 2341Type = WidthType.WidthAuto; 2345private WidthType _type; 3060cf.Width.Type = WidthType.WidthTwips; 3093if (cf.Width.Type == WidthType.WidthTwips) 10626formatState.RowFormat.WidthRow.Type = (WidthType)token.Parameter; 10639formatState.RowFormat.WidthA.Type = (WidthType)token.Parameter; 10652cf.Width.Type = (WidthType)token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3088cf.Width.Type = WidthType.WidthTwips;