2 instantiations of ParaBorder
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
790
_pb = formatState.HasParaBorder ? new
ParaBorder
(formatState.ParaBorder) : null;
1618
_pb = new
ParaBorder
();
4 references to ParaBorder
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
1612
internal
ParaBorder
ParaBorder
1829
private
ParaBorder
_pb;
2011
internal ParaBorder(
ParaBorder
pb)
System\Windows\Documents\XamlToRtfWriter.cs (1)
3223
ParaBorder
pf = formatState.ParaBorder;