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