3 writes to _rtfLastIndex
PresentationFramework (3)
System\Windows\Documents\RtfToXamlLexer.cs (3)
61
_rtfLastIndex
= _rtfIndex;
343
_rtfLastIndex
= _rtfIndex;
427
_rtfLastIndex
= 0;
2 references to _rtfLastIndex
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (2)
419
if (
_rtfLastIndex
== 0)
426
_rtfIndex =
_rtfLastIndex
;