8 writes to LI
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (4)
775LI = formatState.LI; 4670_formatState.LI = 0; 6093FormatState.LI = value; 9222formatState.LI = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
381dn.FormatState.LI = li; 2835documentNode.FormatState.LI = 720; 2967formatState.LI = 0; 3186formatState.LI = Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (5)
775LI = formatState.LI; 909&& LI == formatState.LI 6087return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6106return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
System\Windows\Documents\XamlToRtfWriter.cs (6)
364long li = dn.FormatState.LI; 376li += dnParent.FormatState.LI; 1086_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1104_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1435long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI; 1908dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI;