10 references to WidthType
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (9)
2262
Type =
WidthType
.WidthAuto;
2272
internal
WidthType
Type
2298
Type =
WidthType
.WidthAuto;
2302
private
WidthType
_type;
3002
cf.Width.Type =
WidthType
.WidthTwips;
3035
if (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;