2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2006BorderTop = new BorderFormat(); 2016BorderTop = new BorderFormat(pb.BorderTop);
10 references to BorderTop
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (8)
2016BorderTop = new BorderFormat(pb.BorderTop); 2112BorderTop.CF = value; 2123return BorderLeft.IsNone && BorderTop.IsNone 2149sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2203sb.Append(BorderTop.RTFEncoding); 2204if (BorderTop.CF >= 0) 2207sb.Append(BorderTop.CF.ToString(CultureInfo.InvariantCulture)); 10732ConverterState.CurrentBorder = formatState.ParaBorder.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3228pf.BorderTop.Type = BorderType.BorderSingle; 3229pf.BorderTop.Width = Converters.PxToTwipRounded(t.Top);