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