5 references to ListLevel
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
11219
long nVirtualListLevel = fs.
ListLevel
;
11309
if (!bMarkerPresent && formatState.
ListLevel
> 0)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
447
if (dn.FormatState.
ListLevel
> 0 && openLists.Count > 0)
1335
if (fsThis.
ListLevel
> 0 && dnList.FormatState.PNLVL > 1)
1338
_rtfBuilder.Append(fsThis.
ListLevel
.ToString(CultureInfo.InvariantCulture));