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