2 instantiations of ParaBorder
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
791_pb = formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null; 1619_pb = new ParaBorder();
4 references to ParaBorder
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
1613internal ParaBorder ParaBorder 1830private ParaBorder _pb; 2012internal ParaBorder(ParaBorder pb)
System\Windows\Documents\XamlToRtfWriter.cs (1)
3224ParaBorder pf = formatState.ParaBorder;