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