8 writes to LI
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
796
LI
= formatState.LI;
4729
_formatState.
LI
= 0;
6173
FormatState.
LI
= value;
9313
formatState.
LI
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
382
dn.FormatState.
LI
= li;
2841
documentNode.FormatState.
LI
= 720;
2973
formatState.
LI
= 0;
3192
formatState.
LI
= Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
796
LI = formatState.
LI
;
930
&&
LI
== formatState.
LI
6167
return ParentXamlDir == DirState.DirLTR ? FormatState.
LI
: FormatState.RI;
6186
return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.
LI
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (6)
365
long li = dn.FormatState.
LI
;
377
li += dnParent.FormatState.
LI
;
1087
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1105
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1437
long l = dirPa == DirState.DirLTR ? dnTable.FormatState.
LI
: dnTable.FormatState.RI;
1910
dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.
LI
;