3 writes to _pb
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
812
_pb
= formatState.HasParaBorder ? new ParaBorder(formatState.ParaBorder) : null;
887
_pb
= null;
1640
_pb
= new ParaBorder();
4 references to _pb
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
1638
if (
_pb
== null)
1642
return
_pb
;
1650
return
_pb
!= null && !
_pb
.IsNone;