3 writes to _rtfLastIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (3)
63
_rtfLastIndex
= _rtfIndex;
345
_rtfLastIndex
= _rtfIndex;
429
_rtfLastIndex
= 0;
2 references to _rtfLastIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (2)
421
if (
_rtfLastIndex
== 0)
428
_rtfIndex =
_rtfLastIndex
;