2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2309BorderLeft = new BorderFormat(); 2333BorderLeft = new BorderFormat(cf.BorderLeft);
15 references to BorderLeft
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (9)
2333BorderLeft = new BorderFormat(cf.BorderLeft); 2646return BorderLeft.EffectiveWidth > 0 2693BorderLeft.SetDefaults(); 2717sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2728if (BorderLeft.CF >= 0) 2730entry = converterState.ColorTable.EntryAt((int)BorderLeft.CF); 10572ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10575ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10618ConverterState.CurrentBorder = cf.BorderLeft;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1479WriteBorder("\\trbrdrl", cf.BorderLeft); 1480WriteBorder("\\trbrdrv", cf.BorderLeft); 1568WriteBorder("\\clbrdrl", cf.BorderLeft); 3238cf.BorderLeft.Type = BorderType.BorderSingle; 3239cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3262cf.BorderLeft.CF = valueData;