8 writes to LI
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (4)
773LI = formatState.LI; 4675LI = 0, 6103FormatState.LI = value; 9246formatState.LI = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
379dn.FormatState.LI = li; 2833documentNode.FormatState.LI = 720; 2965formatState.LI = 0; 3184formatState.LI = Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (5)
773LI = formatState.LI; 907&& LI == formatState.LI 6097return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6116return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
System\Windows\Documents\XamlToRtfWriter.cs (6)
362long li = dn.FormatState.LI; 374li += dnParent.FormatState.LI; 1084_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1102_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1433long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI; 1906dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI;