2 writes to BorderRight
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2354
BorderRight
= new BorderFormat();
2378
BorderRight
= new BorderFormat(cf.BorderRight);
11 references to BorderRight
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
2378
BorderRight = new BorderFormat(cf.
BorderRight
);
2691
||
BorderRight
.EffectiveWidth > 0
2738
BorderRight
.SetDefaults();
2765
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderRight
.EffectiveWidth));
10661
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderRight
;
10702
ConverterState.CurrentBorder = cf.
BorderRight
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1480
WriteBorder("\\trbrdrr", cf.
BorderRight
);
1572
WriteBorder("\\clbrdrr", cf.
BorderRight
);
3246
cf.
BorderRight
.Type = BorderType.BorderSingle;
3247
cf.
BorderRight
.Width = Converters.PxToTwipRounded(t.Right);
3269
cf.
BorderRight
.CF = valueData;