8 writes to Type
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
2262Type = WidthType.WidthAuto; 2268Type = cw.Type; 2298Type = WidthType.WidthAuto; 3002cf.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;
3 references to Type
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2268Type = cw.Type; 2661int t = (int)Width.Type; 3035if (cf.Width.Type == WidthType.WidthTwips)