7 writes to RI
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
795
RI
= formatState.RI;
4730
_formatState.
RI
= 0;
6177
FormatState.
RI
= value;
9320
formatState.
RI
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
383
dn.FormatState.
RI
= ri;
2974
formatState.
RI
= 720;
3193
formatState.
RI
= Converters.PxToTwipRounded(thickness.Right);
9 references to RI
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
795
RI = formatState.
RI
;
929
&&
RI
== formatState.
RI
6167
return ParentXamlDir == DirState.DirLTR ? FormatState.LI : FormatState.
RI
;
6186
return ParentXamlDir == DirState.DirLTR ? FormatState.
RI
: FormatState.LI;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
366
long ri = dn.FormatState.
RI
;
378
ri += dnParent.FormatState.
RI
;
1089
_rtfBuilder.Append(fsThis.
RI
.ToString(CultureInfo.InvariantCulture));
1437
long l = dirPa == DirState.DirLTR ? dnTable.FormatState.LI : dnTable.FormatState.
RI
;