2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2004BorderLeft = new BorderFormat(); 2014BorderLeft = new BorderFormat(pb.BorderLeft);
11 references to BorderLeft
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (9)
2014BorderLeft = new BorderFormat(pb.BorderLeft); 2106return BorderLeft.CF; 2110BorderLeft.CF = value; 2122return BorderLeft.IsNone && BorderTop.IsNone 2146sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2195sb.Append(BorderLeft.RTFEncoding); 2196if (BorderLeft.CF >= 0) 2199sb.Append(BorderLeft.CF.ToString(CultureInfo.InvariantCulture)); 10693ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3225pf.BorderLeft.Type = BorderType.BorderSingle; 3226pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left);