12 references to ParaBorder
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (8)
791
_pb = formatState.HasParaBorder ? new ParaBorder(formatState.
ParaBorder
) : null;
955
return
ParaBorder
.GetBorderAttributeString(converterState);
10692
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderLeft;
10696
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderRight;
10700
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderTop;
10704
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderBottom;
10708
ConverterState.CurrentBorder = formatState.
ParaBorder
.BorderAll;
10716
formatState.
ParaBorder
.Spacing = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
1097
_rtfBuilder.Append(fsThis.
ParaBorder
.RTFEncoding);
3202
formatState.
ParaBorder
.Spacing = Converters.PxToTwipRounded(t.Left);
3224
ParaBorder pf = formatState.
ParaBorder
;
3256
formatState.
ParaBorder
.CF = valueData;