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