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)
1617if (_pb == null) 1621return _pb; 1629return _pb != null && !_pb.IsNone;