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