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); 10692ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft; 10696ConverterState.CurrentBorder = formatState.ParaBorder.BorderRight; 10700ConverterState.CurrentBorder = formatState.ParaBorder.BorderTop; 10704ConverterState.CurrentBorder = formatState.ParaBorder.BorderBottom; 10708ConverterState.CurrentBorder = formatState.ParaBorder.BorderAll; 10716formatState.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;