2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2313
BorderTop
= new BorderFormat();
2337
BorderTop
= new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
System\Windows\Documents\RtfToXamlReader.cs (7)
2337
BorderTop = new BorderFormat(cf.
BorderTop
);
2649
||
BorderTop
.EffectiveWidth > 0
2697
BorderTop
.SetDefaults();
2720
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderTop
.EffectiveWidth));
10594
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10609
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderTop
;
10645
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;