2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2311
BorderTop
= new BorderFormat();
2335
BorderTop
= new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
System\Windows\Documents\RtfToXamlReader.cs (7)
2335
BorderTop = new BorderFormat(cf.
BorderTop
);
2647
||
BorderTop
.EffectiveWidth > 0
2695
BorderTop
.SetDefaults();
2718
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderTop
.EffectiveWidth));
10561
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10576
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10612
ConverterState.CurrentBorder = cf.
BorderTop
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1475
WriteBorder("\\trbrdrt", cf.
BorderTop
);
1480
WriteBorder("\\trbrdrh", cf.
BorderTop
);
1566
WriteBorder("\\clbrdrt", cf.
BorderTop
);
3241
cf.
BorderTop
.Type = BorderType.BorderSingle;
3242
cf.
BorderTop
.Width = Converters.PxToTwipRounded(t.Top);
3263
cf.
BorderTop
.CF = valueData;