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)
1634internal ParaBorder ParaBorder 1851private ParaBorder _pb; 2054internal ParaBorder(ParaBorder pb)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3230ParaBorder pf = formatState.ParaBorder;