12 references to ParaBorder
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (8)
790_pb = formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null; 956return ParaBorder.GetBorderAttributeString(converterState); 10724ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft; 10728ConverterState.CurrentBorder = formatState.ParaBorder.BorderRight; 10732ConverterState.CurrentBorder = formatState.ParaBorder.BorderTop; 10736ConverterState.CurrentBorder = formatState.ParaBorder.BorderBottom; 10740ConverterState.CurrentBorder = formatState.ParaBorder.BorderAll; 10748formatState.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;