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