8 writes to Type
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
2261
Type
= WidthType.WidthAuto;
2267
Type
= cw.Type;
2297
Type
= WidthType.WidthAuto;
3001
cf.Width.
Type
= WidthType.WidthTwips;
10533
formatState.RowFormat.WidthRow.
Type
= (WidthType)token.Parameter;
10546
formatState.RowFormat.WidthA.
Type
= (WidthType)token.Parameter;
10559
cf.Width.
Type
= (WidthType)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3082
cf.Width.
Type
= WidthType.WidthTwips;
3 references to Type
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2267
Type = cw.
Type
;
2660
int t = (int)Width.
Type
;
3034
if (cf.Width.
Type
== WidthType.WidthTwips)