20 writes to _rtfIndex
PresentationFramework (20)
System\Windows\Documents\RtfToXamlLexer.cs (20)
72
byte tokenChar = _rtfBytes[
_rtfIndex
++];
118
_rtfIndex
--;
124
_rtfIndex
++;
133
_rtfIndex
++;
141
_rtfIndex
--;
208
_rtfIndex
+= 4;
212
_rtfIndex
++;
227
_rtfIndex
+= skip;
231
_rtfIndex
= _rtfBytes.Length - 1;
243
tokenChar = _rtfBytes[
_rtfIndex
++];
247
_rtfIndex
--;
277
_rtfIndex
++;
281
_rtfIndex
++;
386
_rtfIndex
= e;
426
_rtfIndex
= _rtfLastIndex;
436
_rtfIndex
++;
456
_rtfIndex
++;
465
_rtfIndex
++;
475
_rtfIndex
++;
483
_rtfIndex
++;
24 references to _rtfIndex
PresentationFramework (24)
System\Windows\Documents\RtfToXamlLexer.cs (24)
61
_rtfLastIndex =
_rtfIndex
;
65
if (
_rtfIndex
>= _rtfBytes.Length)
71
int rtfStartIndex =
_rtfIndex
;
98
if (
_rtfIndex
>= _rtfBytes.Length)
107
int controlStartIndex =
_rtfIndex
;
113
token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1,
_rtfIndex
- rtfStartIndex);
131
token.Text = CurrentEncoding.GetString(_rtfBytes,
_rtfIndex
, 1);
202
int nEndTextIndex =
_rtfIndex
;
204
while (nSkip > 0 &&
_rtfIndex
< nEndTextIndex)
225
if (
_rtfIndex
+ skip < _rtfBytes.Length)
238
byte tokenChar = _rtfBytes[
_rtfIndex
];
254
byte tokenChar = _rtfBytes[
_rtfIndex
];
267
tokenNextChar = _rtfBytes[
_rtfIndex
+ 1];
282
tokenChar = _rtfBytes[
_rtfIndex
];
320
return _rtfBytes[
_rtfIndex
];
343
_rtfLastIndex =
_rtfIndex
;
348
int s =
_rtfIndex
;
434
while (
_rtfIndex
< _rtfBytes.Length && IsControlCharValid(CurByte))
439
int controlLength =
_rtfIndex
- controlStartIndex;
452
if (
_rtfIndex
< _rtfBytes.Length)
470
int paramStartIndex =
_rtfIndex
;
472
while (
_rtfIndex
< _rtfBytes.Length && IsParameterFollow(CurByte))
478
int paramLength =
_rtfIndex
- paramStartIndex;
481
if (
_rtfIndex
< _rtfBytes.Length && CurByte == ' ')