2 writes to BorderRight
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2310
BorderRight
= new BorderFormat();
2334
BorderRight
= new BorderFormat(cf.BorderRight);
11 references to BorderRight
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (6)
2334
BorderRight = new BorderFormat(cf.
BorderRight
);
2647
||
BorderRight
.EffectiveWidth > 0
2694
BorderRight
.SetDefaults();
2721
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderRight
.EffectiveWidth));
10568
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderRight
;
10609
ConverterState.CurrentBorder = cf.
BorderRight
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1478
WriteBorder("\\trbrdrr", cf.
BorderRight
);
1570
WriteBorder("\\clbrdrr", cf.
BorderRight
);
3240
cf.
BorderRight
.Type = BorderType.BorderSingle;
3241
cf.
BorderRight
.Width = Converters.PxToTwipRounded(t.Right);
3263
cf.
BorderRight
.CF = valueData;