4 writes to ILVL
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
800
ILVL
= formatState.ILVL;
9585
formatState.
ILVL
= token.Parameter;
11317
formatState.
ILVL
= 0;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
323
dn.FormatState.
ILVL
= iLevel - 1;
6 references to ILVL
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
800
ILVL = formatState.
ILVL
;
932
&&
ILVL
== formatState.
ILVL
11315
if (formatState.
ILVL
> 0 && formatState.ILS < 0)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1317
if (fsThis.
ILVL
> 0)
1320
_rtfBuilder.Append(fsThis.
ILVL
.ToString(CultureInfo.InvariantCulture));