2 writes to PNLVL
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10375
formatState.
PNLVL
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
332
dnList.FormatState.
PNLVL
= iLevel;
5 references to PNLVL
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (2)
1557
else if (
PNLVL
> 0)
1559
return
PNLVL
;
System\Windows\Documents\XamlToRtfWriter.cs (3)
330
if (dnList.FormatState.
PNLVL
< iLevel)
1292
if (bNewStyle && dnList.FormatState.
PNLVL
== 1)
1333
if (fsThis.ListLevel > 0 && dnList.FormatState.
PNLVL
> 1)