8 writes to LI
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
796LI = formatState.LI; 4729_formatState.LI = 0; 6173FormatState.LI = value; 9313formatState.LI = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
382dn.FormatState.LI = li; 2841documentNode.FormatState.LI = 720; 2973formatState.LI = 0; 3192formatState.LI = Converters.PxToTwipRounded(thickness.Left);
11 references to LI
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
796LI = formatState.LI; 930&& LI == formatState.LI 6167return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6186return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (6)
365long li = dn.FormatState.LI; 377li += dnParent.FormatState.LI; 1087_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1105_rtfBuilder.Append(fsThis.LI.ToString(CultureInfo.InvariantCulture)); 1437long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI; 1910dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI;