7 writes to RI
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (4)
772RI = formatState.RI; 4676RI = 0, 6107FormatState.RI = value; 9253formatState.RI = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (3)
380dn.FormatState.RI = ri; 2966formatState.RI = 720; 3185formatState.RI = Converters.PxToTwipRounded(thickness.Right);
9 references to RI
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (5)
772RI = formatState.RI; 906&& RI == formatState.RI 6097return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.RI; 6116return ParentXamlDir == DirState.DirLTR ? FormatState.RI : FormatState.LI;
System\Windows\Documents\XamlToRtfWriter.cs (4)
363long ri = dn.FormatState.RI; 375ri += dnParent.FormatState.RI; 1086_rtfBuilder.Append(fsThis.RI.ToString(CultureInfo.InvariantCulture)); 1433long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.RI;