2 writes to PNLVL
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10468formatState.PNLVL = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
333dnList.FormatState.PNLVL = iLevel;
5 references to PNLVL
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
1578else if (PNLVL > 0) 1580return PNLVL;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
331if (dnList.FormatState.PNLVL < iLevel) 1294if (bNewStyle && dnList.FormatState.PNLVL == 1) 1335if (fsThis.ListLevel > 0 && dnList.FormatState.PNLVL > 1)