2 instantiations of ParaBorder
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
790_pb = formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null; 1618_pb = new ParaBorder();
4 references to ParaBorder
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
1612internal ParaBorder ParaBorder 1829private ParaBorder _pb; 2011internal ParaBorder(ParaBorder pb)
System\Windows\Documents\XamlToRtfWriter.cs (1)
3223ParaBorder pf = formatState.ParaBorder;