8 writes to LI
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (4)
775
LI
= formatState.LI;
4669
_formatState.
LI
= 0;
6092
FormatState.
LI
= value;
9221
formatState.
LI
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
381
dn.FormatState.
LI
= li;
2835
documentNode.FormatState.
LI
= 720;
2967
formatState.
LI
= 0;
3186
formatState.
LI
= Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (5)
775
LI = formatState.
LI
;
909
&&
LI
== formatState.
LI
6086
return ParentXamlDir == DirState.DirLTR ? FormatState.
LI
: FormatState.RI;
6105
return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.
LI
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
364
long li = dn.FormatState.
LI
;
376
li += dnParent.FormatState.
LI
;
1086
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1104
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1435
long l = dirPa == DirState.DirLTR ? dnTable.FormatState.
LI
: dnTable.FormatState.RI;
1908
dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.
LI
;