2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2005BorderTop = new BorderFormat(); 2015BorderTop = new BorderFormat(pb.BorderTop);
10 references to BorderTop
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (8)
2015BorderTop = new BorderFormat(pb.BorderTop); 2111BorderTop.CF = value; 2122return BorderLeft.IsNone && BorderTop.IsNone 2148sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2202sb.Append(BorderTop.RTFEncoding); 2203if (BorderTop.CF >= 0) 2206sb.Append(BorderTop.CF.ToString(CultureInfo.InvariantCulture)); 10701ConverterState.CurrentBorder = formatState.ParaBorder.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3229pf.BorderTop.Type = BorderType.BorderSingle; 3230pf.BorderTop.Width = Converters.PxToTwipRounded(t.Top);