10 references to WidthType
PresentationFramework (10)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
2305
Type =
WidthType
.WidthAuto;
2315
internal
WidthType
Type
2341
Type =
WidthType
.WidthAuto;
2345
private
WidthType
_type;
3060
cf.Width.Type =
WidthType
.WidthTwips;
3093
if (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;