4 writes to ILVL
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
779
ILVL
= formatState.ILVL;
9493
formatState.
ILVL
= token.Parameter;
11223
formatState.
ILVL
= 0;
System\Windows\Documents\XamlToRtfWriter.cs (1)
322
dn.FormatState.
ILVL
= iLevel - 1;
6 references to ILVL
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
779
ILVL = formatState.
ILVL
;
911
&&
ILVL
== formatState.
ILVL
11221
if (formatState.
ILVL
> 0 && formatState.ILS < 0)
System\Windows\Documents\XamlToRtfWriter.cs (2)
1315
if (fsThis.
ILVL
> 0)
1318
_rtfBuilder.Append(fsThis.
ILVL
.ToString(CultureInfo.InvariantCulture));