8 writes to LI
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (4)
773
LI
= formatState.LI;
4675
LI
= 0,
6103
FormatState.
LI
= value;
9246
formatState.
LI
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
379
dn.FormatState.
LI
= li;
2833
documentNode.FormatState.
LI
= 720;
2965
formatState.
LI
= 0;
3184
formatState.
LI
= Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (5)
773
LI = formatState.
LI
;
907
&&
LI
== formatState.
LI
6097
return ParentXamlDir == DirState.DirLTR ? FormatState.
LI
: FormatState.RI;
6116
return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.
LI
;
System\Windows\Documents\XamlToRtfWriter.cs (6)
362
long li = dn.FormatState.
LI
;
374
li += dnParent.FormatState.
LI
;
1084
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1102
_rtfBuilder.Append(fsThis.
LI
.ToString(CultureInfo.InvariantCulture));
1433
long l = dirPa == DirState.DirLTR ? dnTable.FormatState.
LI
: dnTable.FormatState.RI;
1906
dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.
LI
;