12 references to ParaBorder
PresentationFramework (12)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
812
_pb = formatState.HasParaBorder ? new ParaBorder(formatState.
ParaBorder
) : null;
976
return
ParaBorder
.GetBorderAttributeString(converterState);
10785
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderLeft;
10789
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderRight;
10793
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderTop;
10797
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderBottom;
10801
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderAll;
10809
formatState.
ParaBorder
.Spacing = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
1098
_rtfBuilder.Append(fsThis.
ParaBorder
.RTFEncoding);
3208
formatState.
ParaBorder
.Spacing = Converters.PxToTwipRounded(t.Left);
3230
ParaBorder pf = formatState.
ParaBorder
;
3262
formatState.
ParaBorder
.CF = valueData;