10 references to WidthType
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (9)
2261
Type =
WidthType
.WidthAuto;
2271
internal
WidthType
Type
2297
Type =
WidthType
.WidthAuto;
2301
private
WidthType
_type;
3001
cf.Width.Type =
WidthType
.WidthTwips;
3034
if (cf.Width.Type ==
WidthType
.WidthTwips)
10533
formatState.RowFormat.WidthRow.Type = (
WidthType
)token.Parameter;
10546
formatState.RowFormat.WidthA.Type = (
WidthType
)token.Parameter;
10559
cf.Width.Type = (
WidthType
)token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3082
cf.Width.Type =
WidthType
.WidthTwips;