6 writes to ILS
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
781
ILS
= formatState.ILS;
9506
formatState.
ILS
= token.Parameter;
11689
dnList.FormatState.
ILS
= mle.ILS;
System\Windows\Documents\XamlToRtfWriter.cs (3)
324
dn.FormatState.
ILS
= j + 1;
336
dnList.FormatState.
ILS
= dn.FormatState.ILS;
340
dnList.FormatState.
ILS
= 0;
15 references to ILS
PresentationFramework (15)
System\Windows\Documents\RtfToXamlReader.cs (9)
781
ILS = formatState.
ILS
;
913
&&
ILS
== formatState.
ILS
6771
ml.AddEntry(dn.FormatState.Marker, dn.FormatState.
ILS
,
6828
mle.ILS = dnList.FormatState.
ILS
;
11154
ListOverride lo = lot.FindEntry((int)fs.
ILS
);
11185
mlWant.AddEntry(ms, fs.
ILS
, nStartIndexOverride, listLevel.StartIndex, nVirtualListLevel);
11192
mlWant.AddEntry(fs.Marker, fs.
ILS
, nStartIndexOverride, fs.StartIndex, nVirtualListLevel);
11221
if (formatState.ILVL > 0 && formatState.
ILS
< 0)
System\Windows\Documents\XamlToRtfWriter.cs (6)
334
if (dnList.FormatState.
ILS
== -1)
336
dnList.FormatState.ILS = dn.FormatState.
ILS
;
338
else if (dnList.FormatState.
ILS
!= dn.FormatState.
ILS
)
1309
if (fsThis.
ILS
> 0)
1312
_rtfBuilder.Append(fsThis.
ILS
.ToString(CultureInfo.InvariantCulture));