8 writes to Type
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
2260Type = WidthType.WidthAuto; 2266Type = cw.Type; 2296Type = WidthType.WidthAuto; 3000cf.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;
3 references to Type
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2266Type = cw.Type; 2659int t = (int)Width.Type; 3033if (cf.Width.Type == WidthType.WidthTwips)