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