7 writes to RI
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (4)
774RI = formatState.RI; 4671_formatState.RI = 0; 6097FormatState.RI = value; 9229formatState.RI = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (3)
382dn.FormatState.RI = ri; 2968formatState.RI = 720; 3187formatState.RI = Converters.PxToTwipRounded(thickness.Right);
9 references to RI
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (5)
774RI = formatState.RI; 908&& RI == formatState.RI 6087return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6106return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
System\Windows\Documents\XamlToRtfWriter.cs (4)
365long ri = dn.FormatState.RI; 377ri += dnParent.FormatState.RI; 1088_rtfBuilder.Append(fsThis.RI.ToString(CultureInfo.InvariantCulture)); 1435long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI;