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