2 writes to BorderLeft
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2046BorderLeft = new BorderFormat(); 2056BorderLeft = new BorderFormat(pb.BorderLeft);
11 references to BorderLeft
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
2056BorderLeft = new BorderFormat(pb.BorderLeft); 2148return BorderLeft.CF; 2152BorderLeft.CF = value; 2164return BorderLeft.IsNone && BorderTop.IsNone 2188sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2238sb.Append(BorderLeft.RTFEncoding); 2239if (BorderLeft.CF >= 0) 2242sb.Append(BorderLeft.CF.ToString(CultureInfo.InvariantCulture)); 10785ConverterState.CurrentBorder = formatState.ParaBorder.BorderLeft;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
3231pf.BorderLeft.Type = BorderType.BorderSingle; 3232pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left);