2 writes to BorderBottom
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2311
BorderBottom
= new BorderFormat();
2335
BorderBottom
= new BorderFormat(cf.BorderBottom);
11 references to BorderBottom
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (6)
2335
BorderBottom = new BorderFormat(cf.
BorderBottom
);
2649
||
BorderBottom
.EffectiveWidth > 0;
2695
BorderBottom
.SetDefaults();
2723
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderBottom
.EffectiveWidth));
10565
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderBottom
;
10605
ConverterState.CurrentBorder = cf.
BorderBottom
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1477
WriteBorder("\\trbrdrb", cf.
BorderBottom
);
1569
WriteBorder("\\clbrdrb", cf.
BorderBottom
);
3244
cf.
BorderBottom
.Type = BorderType.BorderSingle;
3245
cf.
BorderBottom
.Width = Converters.PxToTwipRounded(t.Bottom);
3265
cf.
BorderBottom
.CF = valueData;