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