8 writes to Type
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
2305
Type
= WidthType.WidthAuto;
2311
Type
= cw.Type;
2341
Type
= WidthType.WidthAuto;
3060
cf.Width.
Type
= WidthType.WidthTwips;
10626
formatState.RowFormat.WidthRow.
Type
= (WidthType)token.Parameter;
10639
formatState.RowFormat.WidthA.
Type
= (WidthType)token.Parameter;
10652
cf.Width.
Type
= (WidthType)token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3088
cf.Width.
Type
= WidthType.WidthTwips;
3 references to Type
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2311
Type = cw.
Type
;
2704
int t = (int)Width.
Type
;
3093
if (cf.Width.
Type
== WidthType.WidthTwips)