4 writes to ILVL
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
777
ILVL
= formatState.ILVL;
9503
formatState.
ILVL
= token.Parameter;
11120
formatState.
ILVL
= 0;
System\Windows\Documents\XamlToRtfWriter.cs (1)
320
dn.FormatState.
ILVL
= iLevel - 1;
6 references to ILVL
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
777
ILVL = formatState.
ILVL
;
909
&&
ILVL
== formatState.
ILVL
11118
if (formatState.
ILVL
> 0 && formatState.ILS < 0)
System\Windows\Documents\XamlToRtfWriter.cs (2)
1313
if (fsThis.
ILVL
> 0)
1316
_rtfBuilder.Append(fsThis.
ILVL
.ToString(CultureInfo.InvariantCulture));