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);
10687
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderLeft;
10691
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderRight;
10695
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderTop;
10699
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderBottom;
10703
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderAll;
10711
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;