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