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