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