4 references to HasParaBorder
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
790
_pb = formatState.
HasParaBorder
? new ParaBorder(formatState.ParaBorder) : null;
952
if (
HasParaBorder
)
5256
if (fsThis.
HasParaBorder
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1094
if (fsThis.
HasParaBorder
)