8 writes to Type
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
2260
Type
= WidthType.WidthAuto;
2266
Type
= cw.Type;
2296
Type
= WidthType.WidthAuto;
3000
cf.Width.
Type
= WidthType.WidthTwips;
10532
formatState.RowFormat.WidthRow.
Type
= (WidthType)token.Parameter;
10545
formatState.RowFormat.WidthA.
Type
= (WidthType)token.Parameter;
10558
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)
2266
Type = cw.
Type
;
2659
int t = (int)Width.
Type
;
3033
if (cf.Width.
Type
== WidthType.WidthTwips)