20 writes to _rtfIndex
PresentationFramework (20)
System\Windows\Documents\RtfToXamlLexer.cs (20)
73
byte tokenChar = _rtfBytes[
_rtfIndex
++];
119
_rtfIndex
--;
125
_rtfIndex
++;
134
_rtfIndex
++;
142
_rtfIndex
--;
209
_rtfIndex
+= 4;
213
_rtfIndex
++;
228
_rtfIndex
+= skip;
232
_rtfIndex
= _rtfBytes.Length - 1;
244
tokenChar = _rtfBytes[
_rtfIndex
++];
248
_rtfIndex
--;
278
_rtfIndex
++;
282
_rtfIndex
++;
387
_rtfIndex
= e;
427
_rtfIndex
= _rtfLastIndex;
437
_rtfIndex
++;
457
_rtfIndex
++;
466
_rtfIndex
++;
476
_rtfIndex
++;
484
_rtfIndex
++;
24 references to _rtfIndex
PresentationFramework (24)
System\Windows\Documents\RtfToXamlLexer.cs (24)
62
_rtfLastIndex =
_rtfIndex
;
66
if (
_rtfIndex
>= _rtfBytes.Length)
72
int rtfStartIndex =
_rtfIndex
;
99
if (
_rtfIndex
>= _rtfBytes.Length)
108
int controlStartIndex =
_rtfIndex
;
114
token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1,
_rtfIndex
- rtfStartIndex);
132
token.Text = CurrentEncoding.GetString(_rtfBytes,
_rtfIndex
, 1);
203
int nEndTextIndex =
_rtfIndex
;
205
while (nSkip > 0 &&
_rtfIndex
< nEndTextIndex)
226
if (
_rtfIndex
+ skip < _rtfBytes.Length)
239
byte tokenChar = _rtfBytes[
_rtfIndex
];
255
byte tokenChar = _rtfBytes[
_rtfIndex
];
268
tokenNextChar = _rtfBytes[
_rtfIndex
+ 1];
283
tokenChar = _rtfBytes[
_rtfIndex
];
321
return _rtfBytes[
_rtfIndex
];
344
_rtfLastIndex =
_rtfIndex
;
349
int s =
_rtfIndex
;
435
while (
_rtfIndex
< _rtfBytes.Length && IsControlCharValid(CurByte))
440
int controlLength =
_rtfIndex
- controlStartIndex;
453
if (
_rtfIndex
< _rtfBytes.Length)
471
int paramStartIndex =
_rtfIndex
;
473
while (
_rtfIndex
< _rtfBytes.Length && IsParameterFollow(CurByte))
479
int paramLength =
_rtfIndex
- paramStartIndex;
482
if (
_rtfIndex
< _rtfBytes.Length && CurByte == ' ')