2 writes to BorderLeft
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2353BorderLeft = new BorderFormat(); 2377BorderLeft = new BorderFormat(cf.BorderLeft);
15 references to BorderLeft
PresentationFramework (15)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
2377BorderLeft = new BorderFormat(cf.BorderLeft); 2690return BorderLeft.EffectiveWidth > 0 2737BorderLeft.SetDefaults(); 2761sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2772if (BorderLeft.CF >= 0) 2774entry = converterState.ColorTable.EntryAt((int)BorderLeft.CF); 10664ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10667ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10710ConverterState.CurrentBorder = cf.BorderLeft;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (6)
1481WriteBorder("\\trbrdrl", cf.BorderLeft); 1482WriteBorder("\\trbrdrv", cf.BorderLeft); 1570WriteBorder("\\clbrdrl", cf.BorderLeft); 3244cf.BorderLeft.Type = BorderType.BorderSingle; 3245cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3268cf.BorderLeft.CF = valueData;