12 references to ParaBorder
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (8)
790
_pb = formatState.HasParaBorder ? new ParaBorder(formatState.
ParaBorder
) : null;
954
return
ParaBorder
.GetBorderAttributeString(converterState);
10691
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderLeft;
10695
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderRight;
10699
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderTop;
10703
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderBottom;
10707
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderAll;
10715
formatState.
ParaBorder
.Spacing = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
1096
_rtfBuilder.Append(fsThis.
ParaBorder
.RTFEncoding);
3201
formatState.
ParaBorder
.Spacing = Converters.PxToTwipRounded(t.Left);
3223
ParaBorder pf = formatState.
ParaBorder
;
3255
formatState.
ParaBorder
.CF = valueData;