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