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)
1638if (_pb == null) 1642return _pb; 1650return _pb != null && !_pb.IsNone;