4 references to HasParaBorder
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
791
_pb = formatState.
HasParaBorder
? new ParaBorder(formatState.ParaBorder) : null;
953
if (
HasParaBorder
)
5257
if (fsThis.
HasParaBorder
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1095
if (fsThis.
HasParaBorder
)