2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2005BorderLeft = new BorderFormat(); 2015BorderLeft = new BorderFormat(pb.BorderLeft);
11 references to BorderLeft
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (9)
2015BorderLeft = new BorderFormat(pb.BorderLeft); 2107return BorderLeft.CF; 2111BorderLeft.CF = value; 2123return BorderLeft.IsNone && BorderTop.IsNone 2147sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2196sb.Append(BorderLeft.RTFEncoding); 2197if (BorderLeft.CF >= 0) 2200sb.Append(BorderLeft.CF.ToString(CultureInfo.InvariantCulture)); 10724ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3224pf.BorderLeft.Type = BorderType.BorderSingle; 3225pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left);