8 writes to Type
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
2305Type = WidthType.WidthAuto; 2311Type = cw.Type; 2341Type = WidthType.WidthAuto; 3060cf.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;
3 references to Type
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2311Type = cw.Type; 2704int t = (int)Width.Type; 3093if (cf.Width.Type == WidthType.WidthTwips)