2 writes to BorderRight
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2048BorderRight = new BorderFormat(); 2058BorderRight = new BorderFormat(pb.BorderRight);
10 references to BorderRight
PresentationFramework (10)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
2058BorderRight = new BorderFormat(pb.BorderRight); 2154BorderRight.CF = value; 2165&& BorderRight.IsNone && BorderBottom.IsNone 2192sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2252sb.Append(BorderRight.RTFEncoding); 2253if (BorderRight.CF >= 0) 2256sb.Append(BorderRight.CF.ToString(CultureInfo.InvariantCulture)); 10789ConverterState.CurrentBorder = formatState.ParaBorder.BorderRight;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
3233pf.BorderRight.Type = BorderType.BorderSingle; 3234pf.BorderRight.Width = Converters.PxToTwipRounded(t.Right);