2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2308BorderLeft = new BorderFormat(); 2332BorderLeft = new BorderFormat(cf.BorderLeft);
15 references to BorderLeft
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (9)
2332BorderLeft = new BorderFormat(cf.BorderLeft); 2645return BorderLeft.EffectiveWidth > 0 2692BorderLeft.SetDefaults(); 2716sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2727if (BorderLeft.CF >= 0) 2729entry = converterState.ColorTable.EntryAt((int)BorderLeft.CF); 10570ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10573ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10616ConverterState.CurrentBorder = cf.BorderLeft;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1478WriteBorder("\\trbrdrl", cf.BorderLeft); 1479WriteBorder("\\trbrdrv", cf.BorderLeft); 1567WriteBorder("\\clbrdrl", cf.BorderLeft); 3237cf.BorderLeft.Type = BorderType.BorderSingle; 3238cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3261cf.BorderLeft.CF = valueData;