2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2312
BorderTop
= new BorderFormat();
2336
BorderTop
= new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
System\Windows\Documents\RtfToXamlReader.cs (7)
2336
BorderTop = new BorderFormat(cf.
BorderTop
);
2648
||
BorderTop
.EffectiveWidth > 0
2696
BorderTop
.SetDefaults();
2719
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderTop
.EffectiveWidth));
10562
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10577
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10613
ConverterState.CurrentBorder = cf.
BorderTop
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1476
WriteBorder("\\trbrdrt", cf.
BorderTop
);
1481
WriteBorder("\\trbrdrh", cf.
BorderTop
);
1567
WriteBorder("\\clbrdrt", cf.
BorderTop
);
3242
cf.
BorderTop
.Type = BorderType.BorderSingle;
3243
cf.
BorderTop
.Width = Converters.PxToTwipRounded(t.Top);
3264
cf.
BorderTop
.CF = valueData;