12 references to ParaBorder
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (8)
789
_pb = formatState.HasParaBorder ? new ParaBorder(formatState.
ParaBorder
) : null;
955
return
ParaBorder
.GetBorderAttributeString(converterState);
10684
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderLeft;
10688
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderRight;
10692
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderTop;
10696
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderBottom;
10700
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderAll;
10708
formatState.
ParaBorder
.Spacing = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
1095
_rtfBuilder.Append(fsThis.
ParaBorder
.RTFEncoding);
3200
formatState.
ParaBorder
.Spacing = Converters.PxToTwipRounded(t.Left);
3222
ParaBorder pf = formatState.
ParaBorder
;
3254
formatState.
ParaBorder
.CF = valueData;