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)
1616if (_pb == null) 1620return _pb; 1628return _pb != null && !_pb.IsNone;