2 writes to BorderLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2308
BorderLeft
= new BorderFormat();
2332
BorderLeft
= new BorderFormat(cf.BorderLeft);
15 references to BorderLeft
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (9)
2332
BorderLeft = new BorderFormat(cf.
BorderLeft
);
2645
return
BorderLeft
.EffectiveWidth > 0
2692
BorderLeft
.SetDefaults();
2716
sb.Append(Converters.TwipToPositiveVisiblePxString(
BorderLeft
.EffectiveWidth));
2727
if (
BorderLeft
.CF >= 0)
2729
entry = converterState.ColorTable.EntryAt((int)
BorderLeft
.CF);
10570
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderLeft
;
10573
ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.
BorderLeft
;
10616
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;