2 writes to BorderRight
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2006BorderRight = new BorderFormat(); 2016BorderRight = new BorderFormat(pb.BorderRight);
10 references to BorderRight
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (8)
2016BorderRight = new BorderFormat(pb.BorderRight); 2112BorderRight.CF = value; 2123&& BorderRight.IsNone && BorderBottom.IsNone 2150sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2209sb.Append(BorderRight.RTFEncoding); 2210if (BorderRight.CF >= 0) 2213sb.Append(BorderRight.CF.ToString(CultureInfo.InvariantCulture)); 10697ConverterState.CurrentBorder = formatState.ParaBorder.BorderRight;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3227pf.BorderRight.Type = BorderType.BorderSingle; 3228pf.BorderRight.Width = Converters.PxToTwipRounded(t.Right);