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)
1613
internal
ParaBorder
ParaBorder
1830
private
ParaBorder
_pb;
2012
internal ParaBorder(
ParaBorder
pb)
System\Windows\Documents\XamlToRtfWriter.cs (1)
3224
ParaBorder
pf = formatState.ParaBorder;