2 writes to BorderRight
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2311
BorderRight
= new BorderFormat();
2335
BorderRight
= new BorderFormat(cf.BorderRight);
11 references to BorderRight
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (6)
2335
BorderRight = new BorderFormat(cf.
BorderRight
);
2648
||
BorderRight
.EffectiveWidth > 0
2695
BorderRight
.SetDefaults();
2722
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderRight
.EffectiveWidth));
10600
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderRight
;
10641
ConverterState.CurrentBorder = cf.
BorderRight
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1477
WriteBorder("\\trbrdrr", cf.
BorderRight
);
1569
WriteBorder("\\clbrdrr", cf.
BorderRight
);
3239
cf.
BorderRight
.Type = BorderType.BorderSingle;
3240
cf.
BorderRight
.Width = Converters.PxToTwipRounded(t.Right);
3262
cf.
BorderRight
.CF = valueData;