3 writes to _pb
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
790
_pb
= formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null;
865
_pb
= null;
1618
_pb
= new ParaBorder();
4 references to _pb
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
1616
if (
_pb
== null)
1620
return
_pb
;
1628
return
_pb
!= null && !
_pb
.IsNone;