12 references to ParaBorder
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (8)
789_pb = formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null; 955return ParaBorder.GetBorderAttributeString(converterState); 10723ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft; 10727ConverterState.CurrentBorder = formatState.ParaBorder.BorderRight; 10731ConverterState.CurrentBorder = formatState.ParaBorder.BorderTop; 10735ConverterState.CurrentBorder = formatState.ParaBorder.BorderBottom; 10739ConverterState.CurrentBorder = formatState.ParaBorder.BorderAll; 10747formatState.ParaBorder.Spacing = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
1095_rtfBuilder.Append(fsThis.ParaBorder.RTFEncoding); 3200formatState.ParaBorder.Spacing = Converters.PxToTwipRounded(t.Left); 3222ParaBorder pf = formatState.ParaBorder; 3254formatState.ParaBorder.CF = valueData;