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