3 writes to _rtfLastIndex
PresentationFramework (3)
System\Windows\Documents\RtfToXamlLexer.cs (3)
60
_rtfLastIndex
= _rtfIndex;
342
_rtfLastIndex
= _rtfIndex;
426
_rtfLastIndex
= 0;
2 references to _rtfLastIndex
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (2)
418
if (
_rtfLastIndex
== 0)
425
_rtfIndex =
_rtfLastIndex
;