2 writes to BorderAll
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2050
BorderAll
= new BorderFormat();
2060
BorderAll
= new BorderFormat(pb.BorderAll);
6 references to BorderAll
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
2060
BorderAll = new BorderFormat(pb.
BorderAll
);
2156
BorderAll
.CF = value;
2166
&&
BorderAll
.IsNone;
2182
if (!
BorderAll
.IsNone)
2184
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderAll
.EffectiveWidth));
10801
ConverterState.CurrentBorder = formatState.ParaBorder.
BorderAll
;