2 writes to BorderAll
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2007
BorderAll
= new BorderFormat();
2017
BorderAll
= new BorderFormat(pb.BorderAll);
6 references to BorderAll
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
2017
BorderAll = new BorderFormat(pb.
BorderAll
);
2113
BorderAll
.CF = value;
2123
&&
BorderAll
.IsNone;
2139
if (!
BorderAll
.IsNone)
2141
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderAll
.EffectiveWidth));
10707
ConverterState.CurrentBorder = formatState.ParaBorder.
BorderAll
;