2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2003BorderLeft = new BorderFormat(); 2013BorderLeft = new BorderFormat(pb.BorderLeft);
11 references to BorderLeft
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (9)
2013BorderLeft = new BorderFormat(pb.BorderLeft); 2105return BorderLeft.CF; 2109BorderLeft.CF = value; 2121return BorderLeft.IsNone && BorderTop.IsNone 2145sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2194sb.Append(BorderLeft.RTFEncoding); 2195if (BorderLeft.CF >= 0) 2198sb.Append(BorderLeft.CF.ToString(CultureInfo.InvariantCulture)); 10691ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3224pf.BorderLeft.Type = BorderType.BorderSingle; 3225pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left);