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);
10723
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderLeft;
10727
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderRight;
10731
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderTop;
10735
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderBottom;
10739
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderAll;
10747
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;