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));
10557
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10572
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10608
ConverterState.CurrentBorder = cf.
BorderTop
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1474
WriteBorder("\\trbrdrt", cf.
BorderTop
);
1479
WriteBorder("\\trbrdrh", cf.
BorderTop
);
1565
WriteBorder("\\clbrdrt", cf.
BorderTop
);
3240
cf.
BorderTop
.Type = BorderType.BorderSingle;
3241
cf.
BorderTop
.Width = Converters.PxToTwipRounded(t.Top);
3262
cf.
BorderTop
.CF = valueData;