2 writes to BorderAll
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2009
BorderAll
= new BorderFormat();
2019
BorderAll
= new BorderFormat(pb.BorderAll);
6 references to BorderAll
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
2019
BorderAll = new BorderFormat(pb.
BorderAll
);
2115
BorderAll
.CF = value;
2125
&&
BorderAll
.IsNone;
2141
if (!
BorderAll
.IsNone)
2143
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderAll
.EffectiveWidth));
10740
ConverterState.CurrentBorder = formatState.ParaBorder.
BorderAll
;