4 writes to ILVL
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
778
ILVL
= formatState.ILVL;
9492
formatState.
ILVL
= token.Parameter;
11222
formatState.
ILVL
= 0;
System\Windows\Documents\XamlToRtfWriter.cs (1)
321
dn.FormatState.
ILVL
= iLevel - 1;
6 references to ILVL
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
778
ILVL = formatState.
ILVL
;
910
&&
ILVL
== formatState.
ILVL
11220
if (formatState.
ILVL
> 0 && formatState.ILS < 0)
System\Windows\Documents\XamlToRtfWriter.cs (2)
1314
if (fsThis.
ILVL
> 0)
1317
_rtfBuilder.Append(fsThis.
ILVL
.ToString(CultureInfo.InvariantCulture));