3 writes to _rtfLastIndex
PresentationFramework (3)
System\Windows\Documents\RtfToXamlLexer.cs (3)
62
_rtfLastIndex
= _rtfIndex;
344
_rtfLastIndex
= _rtfIndex;
428
_rtfLastIndex
= 0;
2 references to _rtfLastIndex
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (2)
420
if (
_rtfLastIndex
== 0)
427
_rtfIndex =
_rtfLastIndex
;