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