8 writes to LI
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (4)
774
LI
= formatState.LI;
4668
_formatState.
LI
= 0;
6091
FormatState.
LI
= value;
9220
formatState.
LI
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
380
dn.FormatState.
LI
= li;
2834
documentNode.FormatState.
LI
= 720;
2966
formatState.
LI
= 0;
3185
formatState.
LI
= Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (5)
774
LI = formatState.
LI
;
908
&&
LI
== formatState.
LI
6085
return ParentXamlDir == DirState.DirLTR ? FormatState.
LI
: FormatState.RI;
6104
return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.
LI
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
363
long li = dn.FormatState.
LI
;
375
li += dnParent.FormatState.
LI
;
1085
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1103
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1434
long l = dirPa == DirState.DirLTR ? dnTable.FormatState.
LI
: dnTable.FormatState.RI;
1907
dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.
LI
;