4 references to HasParaBorder
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
812
_pb = formatState.
HasParaBorder
? new ParaBorder(formatState.ParaBorder) : null;
974
if (
HasParaBorder
)
5319
if (fsThis.
HasParaBorder
)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1096
if (fsThis.
HasParaBorder
)