8 writes to LI
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (4)
774LI = formatState.LI; 4668_formatState.LI = 0; 6091FormatState.LI = value; 9220formatState.LI = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
380dn.FormatState.LI = li; 2834documentNode.FormatState.LI = 720; 2966formatState.LI = 0; 3185formatState.LI = Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (5)
774LI = formatState.LI; 908&& LI == formatState.LI 6085return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6104return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
System\Windows\Documents\XamlToRtfWriter.cs (6)
363long li = dn.FormatState.LI; 375li += dnParent.FormatState.LI; 1085_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1103_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1434long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI; 1907dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI;