7 writes to RI
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (4)
773RI = formatState.RI; 4669_formatState.RI = 0; 6095FormatState.RI = value; 9227formatState.RI = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (3)
381dn.FormatState.RI = ri; 2967formatState.RI = 720; 3186formatState.RI = Converters.PxToTwipRounded(thickness.Right);
9 references to RI
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (5)
773RI = formatState.RI; 907&& RI == formatState.RI 6085return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6104return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
System\Windows\Documents\XamlToRtfWriter.cs (4)
364long ri = dn.FormatState.RI; 376ri += dnParent.FormatState.RI; 1087_rtfBuilder.Append(fsThis.RI.ToString(CultureInfo.InvariantCulture)); 1434long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI;