2 writes to BorderTop
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2356
BorderTop
= new BorderFormat();
2380
BorderTop
= new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
2380
BorderTop = new BorderFormat(cf.
BorderTop
);
2692
||
BorderTop
.EffectiveWidth > 0
2740
BorderTop
.SetDefaults();
2763
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderTop
.EffectiveWidth));
10655
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10670
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10706
ConverterState.CurrentBorder = cf.
BorderTop
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (6)
1478
WriteBorder("\\trbrdrt", cf.
BorderTop
);
1483
WriteBorder("\\trbrdrh", cf.
BorderTop
);
1569
WriteBorder("\\clbrdrt", cf.
BorderTop
);
3248
cf.
BorderTop
.Type = BorderType.BorderSingle;
3249
cf.
BorderTop
.Width = Converters.PxToTwipRounded(t.Top);
3270
cf.
BorderTop
.CF = valueData;