2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2310
BorderLeft
= new BorderFormat();
2334
BorderLeft
= new BorderFormat(cf.BorderLeft);
15 references to BorderLeft
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (9)
2334
BorderLeft = new BorderFormat(cf.
BorderLeft
);
2647
return
BorderLeft
.EffectiveWidth > 0
2694
BorderLeft
.SetDefaults();
2718
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderLeft
.EffectiveWidth));
2729
if (
BorderLeft
.CF >= 0)
2731
entry = converterState.ColorTable.EntryAt((int)
BorderLeft
.CF);
10603
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderLeft
;
10606
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderLeft
;
10649
ConverterState.CurrentBorder = cf.
BorderLeft
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1478
WriteBorder("\\trbrdrl", cf.
BorderLeft
);
1479
WriteBorder("\\trbrdrv", cf.
BorderLeft
);
1567
WriteBorder("\\clbrdrl", cf.
BorderLeft
);
3237
cf.
BorderLeft
.Type = BorderType.BorderSingle;
3238
cf.
BorderLeft
.Width = Converters.PxToTwipRounded(t.Left);
3261
cf.
BorderLeft
.CF = valueData;