2 instantiations of ParaBorder
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
812
_pb = formatState.HasParaBorder ? new
ParaBorder
(formatState.ParaBorder) : null;
1640
_pb = new
ParaBorder
();
4 references to ParaBorder
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
1634
internal
ParaBorder
ParaBorder
1851
private
ParaBorder
_pb;
2054
internal ParaBorder(
ParaBorder
pb)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3230
ParaBorder
pf = formatState.ParaBorder;