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); 10602ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10605ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderLeft; 10648ConverterState.CurrentBorder = cf.BorderLeft;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1477WriteBorder("\\trbrdrl", cf.BorderLeft); 1478WriteBorder("\\trbrdrv", cf.BorderLeft); 1566WriteBorder("\\clbrdrl", cf.BorderLeft); 3236cf.BorderLeft.Type = BorderType.BorderSingle; 3237cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3260cf.BorderLeft.CF = valueData;