2 writes to BorderBottom
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2310
BorderBottom
= new BorderFormat();
2334
BorderBottom
= new BorderFormat(cf.BorderBottom);
11 references to BorderBottom
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (6)
2334
BorderBottom = new BorderFormat(cf.
BorderBottom
);
2648
||
BorderBottom
.EffectiveWidth > 0;
2694
BorderBottom
.SetDefaults();
2722
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderBottom
.EffectiveWidth));
10564
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderBottom
;
10604
ConverterState.CurrentBorder = cf.
BorderBottom
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1476
WriteBorder("\\trbrdrb", cf.
BorderBottom
);
1568
WriteBorder("\\clbrdrb", cf.
BorderBottom
);
3243
cf.
BorderBottom
.Type = BorderType.BorderSingle;
3244
cf.
BorderBottom
.Width = Converters.PxToTwipRounded(t.Bottom);
3264
cf.
BorderBottom
.CF = valueData;