2 writes to BorderBottom
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2355BorderBottom = new BorderFormat(); 2379BorderBottom = new BorderFormat(cf.BorderBottom);
11 references to BorderBottom
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
2379BorderBottom = new BorderFormat(cf.BorderBottom); 2693|| BorderBottom.EffectiveWidth > 0; 2739BorderBottom.SetDefaults(); 2767sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 10658ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderBottom; 10698ConverterState.CurrentBorder = cf.BorderBottom;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1479WriteBorder("\\trbrdrb", cf.BorderBottom); 1571WriteBorder("\\clbrdrb", cf.BorderBottom); 3250cf.BorderBottom.Type = BorderType.BorderSingle; 3251cf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom); 3271cf.BorderBottom.CF = valueData;