2 writes to BorderAll
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2008
BorderAll
= new BorderFormat();
2018
BorderAll
= new BorderFormat(pb.BorderAll);
6 references to BorderAll
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
2018
BorderAll = new BorderFormat(pb.
BorderAll
);
2114
BorderAll
.CF = value;
2124
&&
BorderAll
.IsNone;
2140
if (!
BorderAll
.IsNone)
2142
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderAll
.EffectiveWidth));
10708
ConverterState.CurrentBorder = formatState.ParaBorder.
BorderAll
;