3 writes to _pb
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
791
_pb
= formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null;
866
_pb
= null;
1619
_pb
= new ParaBorder();
4 references to _pb
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
1617
if (
_pb
== null)
1621
return
_pb
;
1629
return
_pb
!= null && !
_pb
.IsNone;