2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2309
BorderLeft
= new BorderFormat();
2333
BorderLeft
= new BorderFormat(cf.BorderLeft);
15 references to BorderLeft
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (9)
2333
BorderLeft = new BorderFormat(cf.
BorderLeft
);
2646
return
BorderLeft
.EffectiveWidth > 0
2693
BorderLeft
.SetDefaults();
2717
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderLeft
.EffectiveWidth));
2728
if (
BorderLeft
.CF >= 0)
2730
entry = converterState.ColorTable.EntryAt((int)
BorderLeft
.CF);
10571
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderLeft
;
10574
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderLeft
;
10617
ConverterState.CurrentBorder = cf.
BorderLeft
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1479
WriteBorder("\\trbrdrl", cf.
BorderLeft
);
1480
WriteBorder("\\trbrdrv", cf.
BorderLeft
);
1568
WriteBorder("\\clbrdrl", cf.
BorderLeft
);
3238
cf.
BorderLeft
.Type = BorderType.BorderSingle;
3239
cf.
BorderLeft
.Width = Converters.PxToTwipRounded(t.Left);
3262
cf.
BorderLeft
.CF = valueData;