8 writes to Type
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
2262
Type
= WidthType.WidthAuto;
2268
Type
= cw.Type;
2298
Type
= WidthType.WidthAuto;
3002
cf.Width.
Type
= WidthType.WidthTwips;
10565
formatState.RowFormat.WidthRow.
Type
= (WidthType)token.Parameter;
10578
formatState.RowFormat.WidthA.
Type
= (WidthType)token.Parameter;
10591
cf.Width.
Type
= (WidthType)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3081
cf.Width.
Type
= WidthType.WidthTwips;
3 references to Type
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2268
Type = cw.
Type
;
2661
int t = (int)Width.
Type
;
3035
if (cf.Width.
Type
== WidthType.WidthTwips)