2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2004BorderTop = new BorderFormat(); 2014BorderTop = new BorderFormat(pb.BorderTop);
10 references to BorderTop
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (8)
2014BorderTop = new BorderFormat(pb.BorderTop); 2110BorderTop.CF = value; 2121return BorderLeft.IsNone && BorderTop.IsNone 2147sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2201sb.Append(BorderTop.RTFEncoding); 2202if (BorderTop.CF >= 0) 2205sb.Append(BorderTop.CF.ToString(CultureInfo.InvariantCulture)); 10699ConverterState.CurrentBorder = formatState.ParaBorder.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3228pf.BorderTop.Type = BorderType.BorderSingle; 3229pf.BorderTop.Width = Converters.PxToTwipRounded(t.Top);