10 references to WidthType
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (9)
2260
Type =
WidthType
.WidthAuto;
2270
internal
WidthType
Type
2296
Type =
WidthType
.WidthAuto;
2300
private
WidthType
_type;
3000
cf.Width.Type =
WidthType
.WidthTwips;
3033
if (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;